6 references to WarningsAndErrors
Microsoft.Extensions.DotNetDeltaApplier.Tests (6)
DefaultHotReloadClient.cs (1)
125=> Logger.IsEnabled(LogLevel.Debug) ? ResponseLoggingLevel.Verbose : ResponseLoggingLevel.WarningsAndErrors;
HotReloadAgentTest.cs (2)
135var log = reporter.GetAndClearLogEntries(ResponseLoggingLevel.WarningsAndErrors); 157var log = reporter.GetAndClearLogEntries(ResponseLoggingLevel.WarningsAndErrors);
ManagedCodeUpdateRequestTests.cs (1)
28responseLoggingLevel: ResponseLoggingLevel.WarningsAndErrors);
StaticAssetUpdateRequestTests.cs (1)
19responseLoggingLevel: ResponseLoggingLevel.WarningsAndErrors);
WebAssemblyHotReloadClient.cs (1)
112var loggingLevel = Logger.IsEnabled(LogLevel.Debug) ? ResponseLoggingLevel.Verbose : ResponseLoggingLevel.WarningsAndErrors;