We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using dotnet watch test --project <project> gives the error:
dotnet watch test --project <project>
MSBUILD : error MSB1001: Unknown switch.
> dotnet new nunit --name UnitTests > dotnet watch test --project UnitTests
gives:
MSBUILD : error MSB1001: Unknown switch. Full command line: 'C:\Program Files\dotnet\sdk\9.0.101\MSBuild.dll -maxcpucount -verbosity:m -tlp:default=auto -nologo -restore --property:VsTestUseMSBuildOutput=true -target:VSTest -nologo --project UnitTests -property:VSTestArtifactsProcessingMode=collect -property:VSTestSessionCorrelationId=5260_ac4d8286-281f-4973-bb3c-86e51e6ef8da -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,C:\Program Files\dotnet\sdk\9.0.101\dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,C:\Program Files\dotnet\sdk\9.0.101\dotnet.dll' Switches appended by response files: Switch: --project
dotnet --version 9.0.101
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
using
dotnet watch test --project <project>
gives the error:MSBUILD : error MSB1001: Unknown switch.
To Reproduce
gives:
Further technical details
The text was updated successfully, but these errors were encountered: