Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MustDisposeResource attribute for interfaces #38

Open
TheBigNeo opened this issue Feb 13, 2025 · 0 comments
Open

MustDisposeResource attribute for interfaces #38

TheBigNeo opened this issue Feb 13, 2025 · 0 comments

Comments

@TheBigNeo
Copy link

Hi

Is there a reason why the JetBrains.Annotations.MustDisposeResourceAttribute ([MustDisposeResource]) is not available for Interface?

[MustDisposeResource]
public interface IProtocol : IDisposable;

This could trigger a warning in case of

 IProtocol protocol = ProtocolFactory.CreateProtocol();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant