13 writes to SuppressLogging
aspire (8)
DotNet\DotNetCliRunner.cs (3)
157
SuppressLogging
= SuppressLogging,
384
SuppressLogging
= options.SuppressLogging,
1154
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)
761
SuppressLogging
= true,
Utils\EnvironmentChecker\DevCertsCheck.cs (1)
421
SuppressLogging
= true,
Aspire.Cli.Tests (5)
DotNet\DotNetCliRunnerTests.cs (4)
2255
var options = new ProcessInvocationOptions {
SuppressLogging
= true };
2297
var options = new ProcessInvocationOptions {
SuppressLogging
= true };
2339
var options = new ProcessInvocationOptions {
SuppressLogging
= true };
2367
var options = new ProcessInvocationOptions {
SuppressLogging
= true };
DotNet\ProcessInvocationOptionsTests.cs (1)
26
SuppressLogging
= true,
4 references to SuppressLogging
aspire (4)
DotNet\DotNetCliRunner.cs (2)
157
SuppressLogging =
SuppressLogging
,
384
SuppressLogging = options.
SuppressLogging
,
DotNet\ProcessExecutionFactory.cs (2)
48
var effectiveLogger = options.
SuppressLogging
? (ILogger)NullLogger.Instance : _logger;
102
var effectiveLogger = options.
SuppressLogging
? (ILogger)NullLogger.Instance : _logger;