Skip to content

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 jcouv and jjonescz 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
@dotnet-policy-service
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.