You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Serilog settings provider that reads from [Microsoft.Extensions.Configuration](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-3.1) sources, including .NET Core's `appsettings.json` file.
4
4
@@ -349,7 +349,7 @@ public record MyDto(int Id, int Name);
349
349
350
350
public class FirstDestructuringPolicy : IDestructuringPolicy
351
351
{
352
-
public bool TryDestructure(object value, ILogEventPropertyValueFactory propertyValueFactory,
352
+
public bool TryDestructure(object value, ILogEventPropertyValueFactory propertyValueFactory,
353
353
[NotNullWhen(true)] out LogEventPropertyValue? result)
0 commit comments