We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compiling dotnet/runtime with the latest compiler in Debug we hit the following assert in the nullable walker (around line 7391).
Debug.Assert(false); // If this assert fails, add an appropriate test.
The line of code which is causing the assert is the following:
https://github.com/dotnet/runtime/blob/f9ebd42d05ca88f086d472832487fbccfc7fe4ac/src/tools/illink/src/ILLink.Shared/TrimAnalysis/HandleCallAction.cs#L1166-L1168
Found while digging into dotnet/runtime#82467
The text was updated successfully, but these errors were encountered:
cston
Successfully merging a pull request may close this issue.
When compiling dotnet/runtime with the latest compiler in Debug we hit the following assert in the nullable walker (around line 7391).
The line of code which is causing the assert is the following:
https://github.com/dotnet/runtime/blob/f9ebd42d05ca88f086d472832487fbccfc7fe4ac/src/tools/illink/src/ILLink.Shared/TrimAnalysis/HandleCallAction.cs#L1166-L1168
Found while digging into dotnet/runtime#82467
The text was updated successfully, but these errors were encountered: