-
Notifications
You must be signed in to change notification settings - Fork 831
2.6.0 Release #1066
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
2.6.0 Release #1066
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
Travis CI Image - use edge group
Remove Rager releases badge
LogContext's remoting issue fix for .NET 4.5
- exit with non zero-code on error
Enable .NET Native on AppVeyor + workaround on compiler error for #993
…ng enrichers especially in async context.
Implementation of #1006
* Reference - https://www.contributor-covenant.org/:
Code of Conduct, Contributing Guide & templates for issues and PRs [Skip CI]
The link in PULL_REQUEST_TEMPLATE.md pointed to a 404 (https://github.com/serilog/serilog/CONTRIBUTING.md)
Meta PR to fix PR Template [Skip CI]
Make Resharper green again
Protect against possible null from base class
Fix last ReSharper warning
On Type.GetMethod(), in net45 and net46 only
Remove more ReSharper warnings
When a parameter is an abstract class, now accept the type name of a concrete subclass that has a default constructor ( the same way interfaces are supported)
Refactored KeyValuePairSettings to accept a IReadOnlyDictionary<string, string> instead of IEnumerable<KeyValuePair<string, string>> in order to reveal the fact that key-value settings are not lazily consumed. Added tests on edge cases : duplicate keys, irrelevant settings.
... and useless test
Instead, take the last value of each key, to remove work from future Serilog.Settings.Combined
Add support for abstract class parameters in settings
Handle duplicate key-value pair settings - last-in wins
Move LoggerExtension so that namespace and folder matches
as a value for parameters, using the syntax `NameSpace.To.ConcreteType::StaticProperty, AssemblyName`
Add support for reference to public static properties in settings
🎉
|
Fixed, thanks @tsimbalar 👍 |
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.
LogContext
remoting issue on .NET Framework 4.5LogContext.Suspend()
andLogContext.Reset()
to pass or drop context from child tasksLoggingLevelSwitch
in key-value/<appSettings>
settingsMinimumLevel.Override()
is used in a sub-loggerILogger.ForContext()
/Log.ForContext()
<appSettings>
settings (last-in wins)<appSettings>
valuesPlus build/documentation items #988, #994, #996, #1019, #842, #1042, #1050, #1055, #1063.