13 writes to SuppressLogging
aspire (8)
DotNet\DotNetCliRunner.cs (3)
163
SuppressLogging
= SuppressLogging,
396
SuppressLogging
= options.SuppressLogging,
1165
SuppressLogging
= true
Layout\LayoutProcessRunner.cs (1)
29
SuppressLogging
= true,
NuGet\NuGetPackageCache.cs (2)
138
new ProcessInvocationOptions {
SuppressLogging
= true },
204
new ProcessInvocationOptions {
SuppressLogging
= true },
Telemetry\InternalMicrosoftDetector.cs (1)
1129
SuppressLogging
= true,
Utils\EnvironmentChecker\DevCertsCheck.cs (1)
421
SuppressLogging
= true,
Aspire.Cli.Tests (5)
DotNet\DotNetCliRunnerTests.cs (4)
2304
var options = new ProcessInvocationOptions {
SuppressLogging
= true };
2346
var options = new ProcessInvocationOptions {
SuppressLogging
= true };
2388
var options = new ProcessInvocationOptions {
SuppressLogging
= true };
2416
var options = new ProcessInvocationOptions {
SuppressLogging
= true };
DotNet\ProcessInvocationOptionsTests.cs (1)
26
SuppressLogging
= true,
4 references to SuppressLogging
aspire (4)
DotNet\DotNetCliRunner.cs (2)
163
SuppressLogging =
SuppressLogging
,
396
SuppressLogging = options.
SuppressLogging
,
DotNet\ProcessExecutionFactory.cs (2)
51
var effectiveLogger = options.
SuppressLogging
? (ILogger)NullLogger.Instance : _logger;
105
var effectiveLogger = options.
SuppressLogging
? (ILogger)NullLogger.Instance : _logger;