-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Merge branch 'main' into extensions #78278
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 6,604 commits into
dotnet:features/extensions
from
AlekseyTs:extensions_27
Apr 24, 2025
Merged
Merge branch 'main' into extensions #78278
AlekseyTs
merged 6,604 commits into
dotnet:features/extensions
from
AlekseyTs:extensions_27
Apr 24, 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
…o 3rd party extensions in a gladstone context. (dotnet#78014)
These features have been shipping for more than a year and haven't needed any significant changes. Moving out of experimental bucket.
…ml (dotnet#78206) This is to replace the current consumption in the VS repo that is consuming this project out of VS.ExternalAPIs.Roslyn.
…ataReferenceResolver.cs
…ataReferenceResolver.cs
We can depend on Build rather than be AfterTargets="Build" so that way we don't run when we don't expect to be.
* Clean up output capture on .NET Core This cleans up how we handle output capture on .NET Core. This moves from a lot of mutable `static` static, that would break if tests ran in parallel, to instance state that uses locks to guard againtst concurrent runs. * more * more
no longer in p3
no longer in p3
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. |
jjonescz
approved these changes
Apr 24, 2025
This was referenced Apr 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-Compilers
Needs API Review
Needs to be reviewed by the API review council
Needs UX Triage
untriaged
Issues and PRs which have not yet been triaged by a lead
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.
No description provided.