-
Notifications
You must be signed in to change notification settings - Fork 832
Closed
Labels
Milestone
Description
Apologies for not reporting this sooner but I fear I still found a problem after #14677.
Repro steps
- Fresh clone of the repository.
dotnet build Fsharp.Compiler.Service.sln
- PowerShell:
Get-Process -Name "dotnet" | Select-Object Id,Name,StartTime,CommandLine
Expected behavior
There shouldn't be any lingering dotnet processes after that initial build.
When doing a rebuild or -c Release
fslex
could be stuck because of a lock.
Actual behavior
Known workarounds
Kill all the processes: Get-Process -Name "dotnet" | Kill
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done