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
@@ -24,11 +24,11 @@ public async Task Start_InProc_MissingHostJson_FailsWithExpectedError()
24
24
}
25
25
26
26
[Theory]
27
-
[InlineData("dotnet","--worker-runtime None",$"Use the up/down arrow keys to select a worker runtime:",false,false)]// Runtime parameter set to None, worker runtime prompt displayed
28
-
[InlineData("dotnet","",$"Use the up/down arrow keys to select a worker runtime:",false,false)]// Runtime parameter not provided, worker runtime prompt displayed
[InlineData("dotnet","--worker-runtime None","Use the up/down arrow keys to select a worker runtime:",false,false,false)]// Runtime parameter set to None, worker runtime prompt displayed
28
+
[InlineData("dotnet","",$"Use the up/down arrow keys to select a worker runtime:",false,false,false)]// Runtime parameter not provided, worker runtime prompt displayed
0 commit comments