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