-
Notifications
You must be signed in to change notification settings - Fork 28
Issues: DotNetAnalyzers/IDisposableAnalyzers
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
New code fix: suggest use SerialDisposable where appropriate
#19
opened Nov 1, 2017 by
JohanLarsson
updated Nov 1, 2017
IDISP008 should nag when mixing injected and created in collection.
#31
opened Nov 29, 2017 by
JohanLarsson
updated Feb 26, 2018
IDISP007 lambda disposing injected, not a very useful case.
#58
opened Apr 3, 2018 by
JohanLarsson
updated Apr 3, 2018
Fix for IDISP006 implements IDisposable but doesn't dispose any fields
#101
opened Aug 17, 2018 by
jnm2
updated Aug 17, 2018
IDISP015 should be reported on the problematic returned expressions
#104
opened Aug 18, 2018 by
jnm2
updated Aug 18, 2018
IDISP006 should not be reported when IDISP002 is reported
#105
opened Aug 18, 2018 by
jnm2
updated Sep 11, 2018
Change base class to virtual dispose method.
codefix
#4
opened Sep 15, 2017 by
JohanLarsson
updated Oct 16, 2018
Standard docs for Dispose(bool) and ThrowIfDisposed.
analyzer
codefix
#40
opened Dec 17, 2017 by
JohanLarsson
updated Oct 16, 2018
Should event subscriptions trigger implement IDisposable?
analyzer
codefix
#36
opened Nov 29, 2017 by
JohanLarsson
updated Oct 16, 2018
Add ability to configure types to be ignored
#92
opened Jun 30, 2018 by
maxinfet
updated Nov 4, 2018
Separate ids for when we are sure and when we are maybe?
#9
opened Sep 19, 2017 by
JohanLarsson
updated Nov 5, 2018
Standard docs about if the disposable is created or cached
analyzer
codefix
#118
opened Oct 16, 2018 by
JohanLarsson
updated Nov 5, 2018
Annotations for cases the analyzer can't figure out.
#126
opened Nov 4, 2018 by
JohanLarsson
updated Nov 5, 2018
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.