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
System.Exception : Depth: 1600, Bytes: 4, Config: Release, Desktop: True ---- System.AggregateException : One or more errors occurred. Expected: Actual: // (10,9): error CS8078: An expression is too long or complex to compile // GetC() Diagnostic(ErrorCode.ERR_InsufficientStack, "GetC").WithLocation(10, 9) Diff: ++> Diagnostic(ErrorCode.ERR_InsufficientStack, "GetC").WithLocation(10, 9) Expected: True Actual: False Expected: Actual: // (10,9): error CS8078: An expression is too long or complex to compile // GetC() Diagnostic(ErrorCode.ERR_InsufficientStack, "GetC").WithLocation(10, 9) Diff: ++> Diagnostic(ErrorCode.ERR_InsufficientStack, "GetC").WithLocation(10, 9) Expected: True Actual: False
The text was updated successfully, but these errors were encountered:
Skip failing test
1b24cc9
Opened dotnet#72678 for investigation.
Skip failing test (#72679)
8f55f83
Opened #72678 for investigation.
Moving to 17.10 because want to know the impact and evaluate if we want to fix the compiler in 17.10 or 17.11.
@jcouv
Sorry, something went wrong.
jcouv
No branches or pull requests
The text was updated successfully, but these errors were encountered: