Why does ILogger.BeginScope<TState>(TState) return IDisposable? #96125
Replies: 2 comments 2 replies
-
There are implementations that returns null. If you search at source.dot.net, you can find that |
Beta Was this translation helpful? Give feedback.
2 replies
-
In hindsight, I might have overthought this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In what situations would
ILogger.BeginScope<TState>(TState)
return anull
IDisposable
?Beta Was this translation helpful? Give feedback.
All reactions