-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Merge 'dotnet/main' into ParamsCollections #72042
Merge 'dotnet/main' into ParamsCollections #72042
Conversation
Revert "Merge pull request dotnet#71412 from vibeeshan025/main
…-release/dev17.10 Merge release/dev17.9 to release/dev17.10
…-release/dev17.10 Merge release/dev17.9 to release/dev17.10
…o-main Merge release/dev17.10 to main
…o-main Merge release/dev17.10 to main
Provide overloads to avoid unnecessary boxing
Disable autoBraceSurround on 17.9 P2 tests
…oslyn into keepProjectCone
…oftJsonVersion Fix NewtonsoftJsonVersion problem
* Build bootstrap compiler in separate phase This moves the infrastructure for building a bootstrap compiler into a separate phase. The reason for this is to facilitate better performance investigations. Having the bootstrap compiler build inside our build makes it basically impossible to profile using a freshly built compiler to build our repo. Having separate phases mean that locally I can now - build the bootstrap compiler - start the profiler - rebuild roslyn Overall I think it's also just a bit cleaner this way. * yml * yml * cleanup * fixes * more * bootstrap change * yml * more * more
Break out the IsFrozen flag to be an aspect of CompilationTrackerState.
Fix crash with convert to record
@dotnet/roslyn-compiler Need a sign-off on a merge from 'main' into ParamsCollections. This is a fast-forward merge. |
@dotnet/roslyn-compiler Need a sign-off on a merge from 'main' into ParamsCollections. This is a fast-forward merge. |
I see some tests updated in 25414ee though - are they part of fast-forward merge? |
No, they are not. |
One test was adjusted and one new test was added. The change in behavior is expected in the feature branch. |
1dbe23e
into
dotnet:features/ParamsCollections
No description provided.