-
Notifications
You must be signed in to change notification settings - Fork 229
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
Fix AD0001: NRE in SE for declaration pattern #8957
Comments
The only place where this can happen is this line, if |
The user shared the code. It looks harmless:
Do you know where the call to |
In case |
I looked again at the stack trace: It is this line:
It can throw an NRE if
The first one seems the most likely to me, but I'm not sure. |
This makes sense.
|
I tried with VSBuild Tools 2019 and 2022. |
As reported here and observed inside ascx.cs file:
We don't have a reproducer (yet).
The text was updated successfully, but these errors were encountered: