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 8232f74 commit 3ae1b9fCopy full SHA for 3ae1b9f
test/Serilog.Settings.Configuration.Tests/ConfigurationSettingsTests.cs
@@ -218,7 +218,7 @@ public void TestMinimumLevelOverridesForChildContext()
218
log.Write(Some.DebugEvent());
219
Assert.Null(evt);
220
221
- var custom = log.ForContext("SourceContext", "System.Threading.Tasks.Task<42>");
+ var custom = log.ForContext(Constants.SourceContextPropertyName, typeof(System.Threading.Tasks.Task).FullName + "<42>");
222
custom.Write(Some.DebugEvent());
223
Assert.NotNull(evt);
224
0 commit comments