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

Do not use Dispose to solely unregister from events #767

Open
RalfKoban opened this issue Jan 19, 2024 · 0 comments
Open

Do not use Dispose to solely unregister from events #767

RalfKoban opened this issue Jan 19, 2024 · 0 comments

Comments

@RalfKoban
Copy link
Owner

We should issue a warning in case the IDisposable.Dispose method is mis-used to solely unregister from events.
Such usage would indicate that the Dispose pattern is mis-used for an event management.

@RalfKoban RalfKoban added this to To do in MiKo Analyzers via automation Jan 19, 2024
@RalfKoban RalfKoban moved this from To do to Backlog in MiKo Analyzers Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
MiKo Analyzers
  
Backlog
Development

No branches or pull requests

1 participant