-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
flow into dotnet/runtime main blocked #66900
Comments
I am not able to to reproduce the issue for a record with a 1000 parameters. Got an error for 1720 parameters, no error for 1710 parameters. Here are several top frames:
We are trying to emit synthesized It doesn't look like |
Runtime hasn't taken a new roslyn build for several weeks, the failure described here is blocking code flow.
Version Used:
The roslyn flow into dotnet/runtime is breaking on dotnet/runtime#81164
Steps to Reproduce:
See linked issue
Diagnostic Id:
`src/libraries/System.Text.Json/tests/Common/TestClasses/TestClasses.Constructor.cs(2394,9): error CS8078: (NETCORE_ENGINEERING_TELEMETRY=Build) An expression is too long or complex to compile``
Expected Behavior:
See the discussion
Actual Behavior:
CS8078 when compiling a test that uses a 1000 parameter constructor
The text was updated successfully, but these errors were encountered: