We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b58937 commit b3d69ddCopy full SHA for b3d69dd
src/Cli/dotnet/Commands/Test/TestCommandParser.cs
@@ -164,8 +164,6 @@ public static string GetTestRunnerName()
164
var builder = new ConfigurationBuilder();
165
166
string? dotnetConfigPath = GetDotnetConfigPath(Environment.CurrentDirectory);
167
- Debug.Assert(dotnetConfigPath is not null);
168
-
169
if (!File.Exists(dotnetConfigPath))
170
{
171
return CliConstants.VSTest;
0 commit comments