46 references to Minimal
aspire-managed (1)
NuGet\NuGetLogger.cs (1)
40
public void LogMinimal(string data) => Log(NuGetLogLevel.
Minimal
, data);
dotnet (4)
Commands\Pack\PackCommand.cs (2)
83
VerbosityOptions.minimal or VerbosityOptions.m => LogLevel.
Minimal
,
86
_ => LogLevel.
Minimal
NugetPackageDownloader\NuGetConsoleLogger.cs (2)
26
case LogLevel.
Minimal
:
94
VerbosityOptions.minimal or VerbosityOptions.m => LogLevel.
Minimal
,
Microsoft.Build.NuGetSdkResolver (3)
NuGetSdkLogger.cs (3)
71
case LogLevel.
Minimal
:
96
case LogLevel.
Minimal
:
141
public void LogMinimal(string data) => Log(LogLevel.
Minimal
, data);
Microsoft.TemplateEngine.Cli (1)
NuGet\CliNuGetLogger.cs (1)
18
case LogLevel.
Minimal
: LogMinimal(data); break;
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NuGetLogger.cs (1)
30
case NuGetLogLevel.
Minimal
: LogMinimal(data); break;
NuGet.Build.Tasks (2)
Common\MSBuildLogger.cs (2)
102
case LogLevel.
Minimal
:
134
case LogLevel.
Minimal
:
NuGet.Build.Tasks.Pack (2)
src\nuget-client\src\NuGet.Core\NuGet.Build.Tasks\Common\MSBuildLogger.cs (2)
102
case LogLevel.
Minimal
:
134
case LogLevel.
Minimal
:
NuGet.CommandLine.XPlat (9)
Commands\CommonOptions.cs (2)
29
VerbosityEnum.m => LogLevel.
Minimal
,
30
VerbosityEnum.minimal => LogLevel.
Minimal
,
Utility\CommandOutputLogger.cs (3)
51
LogInternal(LogLevel.
Minimal
, data);
94
case LogLevel.
Minimal
:
148
LogInternal(LogLevel.
Minimal
, data);
Utility\RemappedLevelLogger.cs (2)
29
LogLevel.
Minimal
=> _mapping.Minimal,
53
public LogLevel Minimal { get; init; } = LogLevel.
Minimal
;
Utility\XPlatUtility.cs (2)
21
/// user. In other words, the default case should only be hit with <c>m</c> or <c>minimal</c> but we use <see cref="Common.LogLevel.
Minimal
"/>
40
return LogLevel.
Minimal
;
NuGet.Commands (16)
CommandRunners\PackCommandRunner.cs (4)
168
LogLevel.
Minimal
));
177
LogLevel.
Minimal
));
203
LogLevel.
Minimal
));
255
LogLevel.
Minimal
));
RestoreCommand\RestoreRunner.cs (1)
311
result is NoOpRestoreResult ? LogLevel.Information : LogLevel.
Minimal
,
TrustedSignersCommand\TrustedSignerActionsProvider.cs (5)
63
await _logger.LogAsync(LogLevel.
Minimal
, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullySynchronizedTrustedRepository, name));
139
await _logger.LogAsync(LogLevel.
Minimal
, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullyAddedTrustedRepository, name));
152
await _logger.LogAsync(LogLevel.
Minimal
, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullyAddedTrustedAuthor, name));
210
_logger.Log(LogLevel.
Minimal
, string.Format(CultureInfo.CurrentCulture, logMessage, name));
239
await _logger.LogAsync(LogLevel.
Minimal
, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullyAddedTrustedRepository, name));
TrustedSignersCommand\TrustedSignersCommandRunner.cs (6)
207
await logger.LogAsync(LogLevel.
Minimal
, Strings.NoTrustedSigners);
213
await logger.LogAsync(LogLevel.
Minimal
, Strings.RegsiteredTrustedSigners);
214
await logger.LogAsync(LogLevel.
Minimal
, Environment.NewLine);
247
trustedSignersLogs.Add(new LogMessage(LogLevel.
Minimal
, trustedSignerBuilder.ToString()));
258
await logger.LogAsync(LogLevel.
Minimal
, string.Format(CultureInfo.CurrentCulture, Strings.NoTrustedSignersMatching, name));
264
await logger.LogAsync(LogLevel.
Minimal
, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullyRemovedTrustedSigner, name));
NuGet.Common (2)
Logging\LegacyLoggerAdapter.cs (1)
37
case LogLevel.
Minimal
:
Logging\LoggerBase.cs (1)
65
Log(LogLevel.
Minimal
, data);
NuGet.PackageManagement (2)
MessageLevelExtensions.cs (1)
22
default: return LogLevel.
Minimal
;
Utility\LogUtility.cs (1)
23
case LogLevel.
Minimal
:
NuGet.Packaging (2)
Rules\BestPractice\MissingReadmeRule.cs (1)
32
LogLevel.
Minimal
);
Signing\SignatureLog.cs (1)
40
return new SignatureLog(LogLevel.
Minimal
, NuGetLogCode.Undefined, message);
NuGet.Protocol (1)
Plugins\RequestHandlers\LogRequestHandler.cs (1)
158
case LogLevel.
Minimal
: