dotnet / dotnet/aspnetcore

Update to use new Process APIs in .NET 11

Open
#66,932 1 comment 0 reactions 0 assignees View on GitHub
area-commandlinetools
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 5h
Merged PRs (30d)
276

Description

Lots of places in this repo use the `Process` API to orchestrate launching of processes and reading of their output. This is especially true for the tools like `dotnet-user-secrets`, `dotnet-user-jwts`, and `dotnet-watch`. It's also very likely in tests.

We should consider updating these places to use the [new process APIs introduced in .NET 11](https://devblogs.microsoft.com/dotnet/process-api-improvements-in-dotnet-11/).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.