-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Description
The README.md is currently out of sync with the current 3.3.0 release package.
Attempting to use the code example to pass an array of configuration assemblies (eg. for .NET 6 single file apps with trimming) currently doesn't compile:
var configurationAssemblies = new[]
{
typeof(ConsoleLoggerConfigurationExtensions).Assembly,
typeof(FileLoggerConfigurationExtensions).Assembly,
};
var logger = new LoggerConfiguration()
.ReadFrom.Configuration(configuration, configurationAssemblies)
.CreateLogger();The last commit was in May, any ETA on when the 3.3.1 package might be going live?
Metadata
Metadata
Assignees
Labels
No labels