-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Merge branch 'main' into 'UserDefinedCompoundAssignment' #78398
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
AlekseyTs
merged 199 commits into
dotnet:features/UserDefinedCompoundAssignment
from
AlekseyTs:UserDefinedCompoundAssignment_18
May 1, 2025
Merged
Merge branch 'main' into 'UserDefinedCompoundAssignment' #78398
AlekseyTs
merged 199 commits into
dotnet:features/UserDefinedCompoundAssignment
from
AlekseyTs:UserDefinedCompoundAssignment_18
May 1, 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
…408.6 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.25204.5 -> To Version 9.0.0-beta.25208.6
…service can be moved
…ections source package (dotnet#78379)
…ionChangedServiceFactory.cs Co-authored-by: David Barbet <[email protected]>
…dotnet#78364) Since Roslyn uses dynamic registration for configuration change requests, Razor can't. Even if we could, as a document-less request, it couldn't be routed to us anyway. So this exposes a hook for us through our EA. Razor side is at dotnet/razor#11800 Part of dotnet/razor#11759
…8289) Fixes dotnet#77951 Field access in auto-properties mostly already worked in EnC. - Update the EnC unit testing infrastructure to always run C# tests with the "preview" language version and VB tests with the "latest" language version. - Add unit test coverage - Fix small issue in the `AbstractEditAndContinueAnalyzer` to allow auto-properties to be detected from a set accessor. cc @tmat
…stem (dotnet#78329) The first commit renames file LanguageServerProjectSystem.cs to LanguageServerProjectLoader.cs. The second commit re-creates LanguageServerProjectSystem.cs with new content. You may find commit-by-commit review easier. LanguageServerProjectLoader contains most of the logic from before. LanguageServerProjectSystem contains methods specifically for opening solutions and projects. When we do file-based programs, we will introduce a new project system type, which has a method for opening a file-based program project. Also, we explicitly stop storing LanguageServerWorkspaceFactory, and instead pass in the specific bits from it that we were using, because eventually LanguageServerWorkspaceFactory will hold both a file-based program workspace and the pre-existing host workspace.
cston
approved these changes
May 1, 2025
9ef6edc
into
dotnet:features/UserDefinedCompoundAssignment
28 checks passed
This was referenced May 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
The last commit packs error and feature ids. The rest is a trivial merge