You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running dotnet test with dotnet test MySolution.sln, dotnet test MyProject.csproj, dotnet test path/to/my/directory, or dotnet test path/to/dll, we should produce a clear error message saying that --solution, --project, --directory, or --test-modules is required.