未验证 提交 475554d6 编写于 作者: M Maksym Koshovyi 提交者: GitHub

Update EventSourceLogger.cs (#67065)

上级 6a7050ea
......@@ -117,7 +117,7 @@ public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Except
}
}
public IDisposable BeginScope<TState>(TState state)
public IDisposable BeginScope<TState>(TState state) where TState : notnull
{
if (!IsEnabled(LogLevel.Critical))
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册