-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bughelp wantedIssues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.triaged
Milestone
Description
KillTree has a dependency on pgrep:
msbuild/src/Utilities/ProcessExtensions.cs
Lines 49 to 52 in ec6ed83
| var exitCode = RunProcessAndWaitForExit( | |
| "pgrep", | |
| $"-P {parentId}", | |
| out string stdout); |
This means it can't work on systems which don't have this tool installed.
dotnet-watch has a similar dependency which causes it to fail in certain container images: dotnet/aspnetcore#27950.
cc @Forgind
Forgind
Metadata
Metadata
Assignees
Labels
bughelp wantedIssues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.triaged