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 e72fa0e commit b8ecc9aCopy full SHA for b8ecc9a
src/Cli/dotnet/InteractiveConsole.cs
@@ -4,6 +4,7 @@
4
using System.CommandLine;
5
using System.Diagnostics.CodeAnalysis;
6
using Microsoft.DotNet.Cli.Commands;
7
+using Microsoft.DotNet.Cli.Utils;
8
9
namespace Microsoft.DotNet.Cli;
10
@@ -30,6 +31,8 @@ public static class InteractiveConsole
30
31
return null;
32
}
33
34
+ using var _ = Activities.Source.StartActivity("confirm-run-from-source");
35
+
36
Console.Write(AddPromptOptions(message));
37
38
while (true)
0 commit comments