-
Notifications
You must be signed in to change notification settings - Fork 8
Issues: DotNetAnalyzers/ReflectionAnalyzers
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
REFL0009 fires when result is checked with 'is not null'
#297
opened Apr 1, 2022 by
manfred-brands
updated Apr 3, 2022
Don't look for an attribute where it's not supported.
#233
opened May 20, 2020 by
brian-reichle
updated May 20, 2020
Fix-all for solution is not offered for various fixes even though there are occurrences outside the document
#226
opened Mar 25, 2020 by
jnm2
updated May 16, 2020
REFL008 adds using directive with improper line ending
maybe-fixed
#228
opened Mar 25, 2020 by
jnm2
updated May 16, 2020
REFL003 incorrectly assumes that .GetType() returns only the type seen at compile-time
#183
opened Nov 3, 2018 by
jnm2
updated Mar 25, 2020
Invalid 'REFL041 Delegate type is not matching expected' when there is not enough info to check this
#231
opened Mar 25, 2020 by
jnm2
updated Mar 25, 2020
Warn on Activator.CreateInsatnce when ctor is not public.
#224
opened Feb 8, 2020 by
JohanLarsson
updated Feb 13, 2020
REFL013 warns about using events when it's not possible to do so
#206
opened Mar 16, 2019 by
monoclex
updated Dec 3, 2019
REFL005 add tests for getting backing fields for auto property.
#223
opened Dec 3, 2019 by
JohanLarsson
updated Dec 3, 2019
Check that this argument is not null
analyzer
Create an analyzer for this.
#218
opened Jul 13, 2019 by
JohanLarsson
updated Dec 3, 2019
REFL008 should not warn here.
bug
Something isn't working
#222
opened Aug 17, 2019 by
JohanLarsson
updated Aug 17, 2019
[Feature] Enum [Flags] should warn if values not powers of 2
#213
opened Apr 26, 2019 by
jzabroski
updated May 20, 2019
[Feature] Enum must have DisplayName to get DisplayName
#214
opened Apr 26, 2019 by
jzabroski
updated Apr 29, 2019
[Feature] Enum InvalidCastException analysis
#215
opened Apr 26, 2019 by
jzabroski
updated Apr 27, 2019
[Feature] Enum.GetValues(typeof(non-Enum)) warning
#212
opened Apr 26, 2019 by
jzabroski
updated Apr 26, 2019
REFL045 should not warn when unknown flags.
#209
opened Apr 1, 2019 by
JohanLarsson
updated Apr 9, 2019
Calling GetField on MakeGenericType should warn
#211
opened Apr 5, 2019 by
JohanLarsson
updated Apr 5, 2019
Check constructor arguments when calling Activator.CreateInstance
#207
opened Apr 1, 2019 by
JohanLarsson
updated Apr 1, 2019
Check generic argument index bounds.
analyzer
Create an analyzer for this.
#196
opened Nov 15, 2018 by
JohanLarsson
updated Nov 17, 2018
8 tasks
REFL037 warn if all symbols are visible and not reference assembly.
#197
opened Nov 16, 2018 by
JohanLarsson
updated Nov 16, 2018
Warn on missing binding flags or method/property signature when the type or member name is unknowable
#63
opened Sep 20, 2018 by
jnm2
updated Nov 3, 2018
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.