-
Notifications
You must be signed in to change notification settings - Fork 6
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
NullReferenceException in analyzer #31
Comments
|
Note: this |
Do you have some code to reproduce this? I might have some time soon to attempt to look at it. |
Thanks for the offer to help! No, unfortunately, I don't have code to reproduce this. That is a big part of why it isn't already fixed. I also haven't seen the error myself in a while. I believe it is caused by C# code that has other compile errors in it. I captured these stack traces from the Visual Studio error panel. I'd be editing code and then find that at some point one of these occurred. But then I'd close and reopen Visual Studio and it would go away. The code that caused it having been already edited out of existence by fixing other bugs. So, I think when the code is invalid, some invariant I'm thinking would always hold no longer holds, and thus something is null. But I don't know what and why. |
The text was updated successfully, but these errors were encountered: