4 references to DebugMode
aspire (3)
Commands\LsCommand.cs (1)
96&& !_executionContext.DebugMode;
Interaction\ConsoleInteractionService.cs (1)
75if (_executionContext.DebugMode ||
Projects\GuestAppHostProject.cs (1)
1872if (!_executionContext.DebugMode)
Aspire.Cli.Tests (1)
CliBootstrapTests.cs (1)
163Assert.True(context.DebugMode);