-
Notifications
You must be signed in to change notification settings - Fork 131
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
3.2.0 Release #238
Merged
Merged
3.2.0 Release #238
Conversation
This file contains 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
Support AuditTo.Logger
add new test platforms and unify msbuild conditional properties minor code cleanup PackageIcon instead of PackageIconUrl fix for simplified syntax on netcore3.0 fix SinkWithConfigurationBindingArgument test (wrong argument type)
Add support for custom types in arrays and custom collections
NU1605 fix for .net core clients
- check only packages that has direct references to Serilog core assembly to avoid native assets - add Serilog core assembly to default search assembly configuration list
- enabled deterministic build, reenabled symbol publishing - fixed PackageProjectUrl - removed Travis, added Linux build into the AppVeyor matrix
Show better error message for a missing interface parameter type
Reduce search graph for auto discovery
Update Microsoft.Extensions.DependencyModel to v3
Support conditional/leveled enrichers from Serilog 2.9+
typo fix Co-authored-by: Ivan Maximov <[email protected]>
- DependencyContextAssemblyFinder convention check fix - .net 5.0 single file application support - TFM's, samples update - reference `Serilog.Expressions` to sample project
…me at the start of any dependency
Configuration assembly auto-discovery fixes
LoggingFilterSwitch support
Closed
💥 From here forwards, I think we should try to limit inventory, and cut a release shortly after any PRs are merged :-) |
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.
LoggingFilterSwitch
support (@skomis-mm)dotnet restore
withrid
specified if referenced fromnetstandard
project (@skomis-mm)Microsoft.Extensions.DependencyModel
(@skomis-mm)DependencyContextAssemblyFinder
fix: checkserilog
at the start of the name for any dependent package (@skomis-mm)NotSupportedException
for .net 5.0 single file applications (@skomis-mm)