-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG] REFL018 on ExpandoObject #216
Comments
Thanks for reporting! |
The bug is that there is no warning when doing |
I need to look. I don't know what REFL018 is. ExpandoObject explicitly implements the IDictionary interface, so my bad vs correct breakdown of usage is correct. |
I'm thinking maybe this is a new ID for checking use of |
Why is explicit dictionary access better? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Library Version Info
Confirmed repro on latest on nuget.org repository:
Bad
Correct
I believe this is a bug in REFL018. I believe the issue is due to the dynamic keyword silencing errors, but that is just a hunch - I have done zero debugging so far.
The text was updated successfully, but these errors were encountered: