4 writes to SuppressLogging
aspire (1)
NuGet\NuGetPackageCache.cs (1)
95
new DotNetCliRunnerInvocationOptions {
SuppressLogging
= true },
Aspire.Cli.Tests (3)
DotNet\DotNetCliRunnerTests.cs (3)
1278
var options = new DotNetCliRunnerInvocationOptions {
SuppressLogging
= true };
1319
var options = new DotNetCliRunnerInvocationOptions {
SuppressLogging
= true };
1360
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)
28
var suppressLogging = options.
SuppressLogging
;