-
Notifications
You must be signed in to change notification settings - Fork 129
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.0 Release #112
3.0 Release #112
Conversation
…guration method
because [serilog-sinks-literate is being retired](https://github.com/serilog/serilog-sinks-literate#this-package-is-being-retired).
Use `Console` instead of `LiterateConsole` in README
Build/tooling updates
MS Config and DependencyModel refs updated
sync fork
…mentValue, removed hint hack
@tsimbalar @skomis-mm @nblumhardt this one has been open since May, thoughts on when we should release? |
Yep, let's ship it when possible, there will be plenty of time for minor releases later on :) |
fixes #63 - option to control assembly source
Last PR is in. Just need to compile list of changes, and eyeball it all for one final sanity-check :-) |
Ah and also this item from @skomis-mm - #112 (comment) - anyone keen to dig in and see how much of that dependency list can be whittled away? |
@skomis-mm was correct, merging a PR to remove that refrerence. SHIP IT! |
removed unnecessary package ref
introduced while trying to fix the broken v2.6 release
Support for `WriteTo.Sink(ILogEventSink logEventSink, LogEventLevel restrictedToMinimumLevel = LevelAlias.Minimum, LoggingLevelSwitch levelSwitch = null)`
Support for `AuditTo.Sink(ILogEventSink logEventSink, LogEventLevel restrictedToMinimumLevel = LevelAlias.Minimum, LoggingLevelSwitch levelSwitch = null)`
Support for `Enrich.With(ILogEventEnricher enricher)`
Turns out support for `Filter.With(ILogEventFilter filter)` was already there since commit 4424523
so that all methods in the class are dynamically discovered and exposed to Serilog settings as if they were regular extension methods
…uesyntax Remove unused class `ConfigurationValueSyntax`
Add support and tests for more configuration methods
LGTM :-) |
Going to hit the button on this, and keep a close eye on the repo over the next few days. 👏 to everyone who contributed to this - it's a pretty substantial update! Great that the wheels are turning again; now that it's close to feature-complete, I think there's still a lot of opportunities to improve ergonomics of the JSON syntax - #49 is desperate for some attention ;-) |
I've been thinking about messing around with a #49 implementation (specifically my preference for the "brackety" no-hidden-syntax approach). I have a couple more things I want to wrap up in the SQL sink but I think later this week I can take a stab at it. |
IConfiguration
parameters &IConfigurationSection
parametersMicrosoft.Extensions.DependencyModel
,Microsoft.Extensions.Configuration.Abstraction
&Microsoft.Extensions.Options.ConfigurationExtensions
per TFMnetcoreapp2.0
ConfigurationValueSyntax
#139 - remove unused class