Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Code fix for enumerable disposable
#17 opened Nov 1, 2017 by JohanLarsson updated Nov 1, 2017
Code fix add using minimal scope
#18 opened Nov 1, 2017 by JohanLarsson updated Nov 1, 2017
New code fix: suggest use SerialDisposable where appropriate
#19 opened Nov 1, 2017 by JohanLarsson updated Nov 1, 2017
Xamarin.Android IDisposable woes
#25 opened Nov 19, 2017 by milleniumbug updated Nov 19, 2017
New Rule: Call ThrowIfDisposed
#35 opened Nov 29, 2017 by JohanLarsson updated Nov 29, 2017
IDISP001 should not warn here
#34 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
IDISP008 collection initializer
#59 opened Apr 3, 2018 by JohanLarsson updated Apr 3, 2018
IDISP003. Private EIMI
#83 opened May 21, 2018 by kuzyaka updated May 21, 2018
install.ps1 & uninstall.ps1 broken
#87 opened May 25, 2018 by JohanLarsson updated May 25, 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
Handle element access.
#115 opened Oct 12, 2018 by JohanLarsson updated Oct 16, 2018
8 tasks
Change base class to virtual dispose method. codefix
#4 opened Sep 15, 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
IDISP016 and enumeration that may return
#127 opened Nov 4, 2018 by bclothier 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
Annotations for cases the analyzer can't figure out.
#126 opened Nov 4, 2018 by JohanLarsson updated Nov 5, 2018
IDISP004 vs DataColumn
#123 opened Oct 25, 2018 by nulltoken updated Nov 6, 2018
IDISP001 and IDISP011 issue (I think)
#134 opened Dec 8, 2018 by rwv37 updated Jan 21, 2019
ProTip! Exclude everything labeled bug with -label:bug.