-
Notifications
You must be signed in to change notification settings - Fork 132
3.4.0 Release #299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
3.4.0 Release #299
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static member access for parameters of concrete types
…igurationReader.cs Co-authored-by: Ivan Maximov <[email protected]>
enable ExtensionAttribute polyfills
This new overload is taking an explicit collection of configuration assemblies.
Add an overload of the `Configuration` method that explicitly accepts configuration assemblies
The `serilog-settings-configuration.sln.DotSettings` file defines many custom inspection severities as error rendering the solution with many red squiggly lines when opened in Rider or in Visual Studio with ReSharper.
Fix ReSharper/Rider inspection warnings
* Add .NET 6 target framework instead * Update tests and sample dependencies * Simplify conditional package references in all projects * Remove the custom `PRIVATE_BIN` define, use the built-in `NETFRAMEWORK` instead * Also use the Visual Studio 2022 image on AppVeyor because VS 2022 is required for the .NET 6 SDK * Add a reference to `Microsoft.TestPlatform.ObjectModel` so that `dotnet test` also works on Linux and macOS for the .NET Framework targets * Depend on Microsoft.Extensions.Configuration.Binder: there's no need to depend on Microsoft.Extensions.Options.ConfigurationExtensions, taking a dependency on Microsoft.Extensions.Configuration.Binder is enough for what Serilog.Settings.Configuration needs to do.
Fix some warnings and suggestions proposed by ReSharper
Remove out of support target frameworks
Closed
Member
Author
|
Bumping minor version, we've added a |
Member
Author
|
I think this is ready to go |
Publish only from the one build configuration
Fix Linux build woes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ExtensionAttributepolyfills (@sajagi)ReadFrom.Configuration()#310 - accept list of sink/configuration assemblies directly inReadFrom.Configuration()(@0xced)