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