4 writes to SuppressLogging
aspire (1)
NuGet\NuGetPackageCache.cs (1)
95
new DotNetCliRunnerInvocationOptions {
SuppressLogging
= true },
Aspire.Cli.Tests (3)
DotNet\DotNetCliRunnerTests.cs (3)
1095
var options = new DotNetCliRunnerInvocationOptions {
SuppressLogging
= true };
1136
var options = new DotNetCliRunnerInvocationOptions {
SuppressLogging
= true };
1177
var options = new DotNetCliRunnerInvocationOptions {
SuppressLogging
= true };
3 references to SuppressLogging
aspire (3)
DotNet\DotNetCliExecution.cs (2)
46
var suppressLogging = _options.
SuppressLogging
;
89
var suppressLogging = _options.
SuppressLogging
;
DotNet\DotNetCliExecutionFactory.cs (1)
30
var suppressLogging = options.
SuppressLogging
;