-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Merge branch 'main' into features/UnsafeEvolution #81768
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
Merged
jjonescz
merged 2,193 commits into
dotnet:features/UnsafeEvolution
from
jjonescz:Unsafe-07-Main
Dec 19, 2025
Merged
Merge branch 'main' into features/UnsafeEvolution #81768
jjonescz
merged 2,193 commits into
dotnet:features/UnsafeEvolution
from
jjonescz:Unsafe-07-Main
Dec 19, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…otnet#81487) Followup to dotnet#81484 Also, don't offer if it would add a using for something we have a global using for. Addresses something i noticed when dogfooding this.
…ce expressions Co-authored-by: CyrusNajmabadi <[email protected]>
Co-authored-by: CyrusNajmabadi <[email protected]>
…ion property Co-authored-by: CyrusNajmabadi <[email protected]>
…rTests.cs to CSharpCompletionCommandHandlerTests.vb Co-authored-by: CyrusNajmabadi <[email protected]>
…n coalesce expressions (dotnet#81489)
…reshly constructed syntax trivia (dotnet#81444) Fixes: dotnet#40773 Matches behavior of syntax token in test above
Trying to reinstate dotnet#81725 without RPS regressions due to an image load
Contributor
|
This PR modifies public API files. Please follow the instructions at https://github.com/dotnet/roslyn/blob/main/docs/contributing/API%20Review%20Process.md for ensuring all public APIs are reviewed before merging. |
333fred
approved these changes
Dec 19, 2025
419e709 to
0ae3719
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-Compilers
Feature - Unsafe Evolution
Needs API Review
Needs to be reviewed by the API review council
Needs UX Triage
VSCode
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test plan: #81207
Only one trivial conflict due to a variable rename from #81651 (in PEMethodSymbol.cs on line 1042).
Plus need to fixup the feature flag otherwise it fails on assert as an unknown feature flag due to #81591 - commit 0ae3719.