-
Notifications
You must be signed in to change notification settings - Fork 511
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
RC2: NullReferenceException in SA1606 #1937
Comments
Hi! Thanks for reporting this 🐛! Also some code that reproduces this problem would be great. |
Here's the stack trace:
Visual Studio doesn't indicate the path to a source file, and the projects are relatively large, so I can't easily provide you with a piece of code that reproduces this issue (yet). Hope the stack trace helps! |
Thanks for the additional information @qmfrederik. I'm believe this will be enough to reproduce and correct the issue, but I'll let you know if we run into trouble. 😄 I can say from a quick look at the code that this issue can only occur in cases where an |
Hi @sharwell Thanks for the feedback. Yes, this code uses Since it's causing a crash, would you consider removing the support for |
@qmfrederik We're definitely going to get this fixed, and I expect it to be included in the "1.1.0 Beta 1" release, possibly even before 1.0.0 stable is released. The question was just whether or not to include it in 1.0 stable, which would require a new RC release and reset the 30-day clock counting down to the 1.0 release. |
I'm seeing NREs thrown from lots of analyers in a new project I just installed it to. I'll be happy to verify the fix for this against that repro when it's ready. |
@AArnott The handling for |
After upgrading to RC2 from Beta15, I'm seeing the following exception occur frequently:
If there's anything I can do to capture & provide additional information, let me know
The text was updated successfully, but these errors were encountered: