Support ValueTuple<string, object>
as state of scope.
#186
Labels
ValueTuple<string, object>
as state of scope.
#186
It would be nice to code like
logger.BeginScope(("propertyName", (object)property))
or even better with an extensionpublic static IDisposable BeginScope(this ILogger logger, string name, object value)
.The text was updated successfully, but these errors were encountered: