Skip to content

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
merged 6,604 commits into from
Apr 24, 2025

Conversation

AlekseyTs
Copy link
Contributor

No description provided.

jasonmalinowski and others added 12 commits April 22, 2025 10:41
…ml (dotnet#78206)

This is to replace the current consumption in the VS repo that is
consuming this project out of VS.ExternalAPIs.Roslyn.
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
@AlekseyTs AlekseyTs requested review from jjonescz and jcouv April 23, 2025 21:16
@AlekseyTs AlekseyTs requested review from a team as code owners April 23, 2025 21:16
@dotnet-policy-service dotnet-policy-service bot added VSCode Needs UX Triage Needs API Review Needs to be reviewed by the API review council labels Apr 23, 2025
Copy link
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.

@ghost ghost added the untriaged Issues and PRs which have not yet been triaged by a lead label Apr 23, 2025
@AlekseyTs AlekseyTs merged commit c6dfd02 into dotnet:features/extensions Apr 24, 2025
29 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.