We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322c2f9 commit 8232f74Copy full SHA for 8232f74
test/Serilog.Settings.Configuration.Tests/ConfigurationSettingsTests.cs
@@ -221,7 +221,8 @@ public void TestMinimumLevelOverridesForChildContext()
221
var custom = log.ForContext("SourceContext", "System.Threading.Tasks.Task<42>");
222
custom.Write(Some.DebugEvent());
223
Assert.NotNull(evt);
224
-
+
225
+ evt = null;
226
var systemThreadingLogger = log.ForContext<System.Threading.Tasks.Task>();
227
systemThreadingLogger.Write(Some.DebugEvent());
228
0 commit comments