Skip to content
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.1.0 Release #192

Merged
merged 34 commits into from
Nov 1, 2021
Merged

3.1.0 Release #192

merged 34 commits into from
Nov 1, 2021

Conversation

nblumhardt
Copy link
Member

@nblumhardt nblumhardt commented Jul 6, 2021

nblumhardt and others added 30 commits August 22, 2019 09:06
added stringification support
Pin the .NET Core SDK version to the `3.1.1xx` feature band. Do not
allow prerelease versions.

Also, since C# 7.3 is the default language version for `netstandard2.0`,
it is not necessary to explicitly specify it.
…traints

Pin .NET Core SDK version to latest feature band
Resolves #164 - suppress exceptions from FormattedLogValues
The ability to pass any `IEnumerable<KeyValuePair<string, object>>` to `ILogger.BeginScope` is an _extremely_ useful feature, but unfortunately it doesn't seem to be officially documented anywhere. I only discovered it while digging through this repo's source code! I assume this repo is the correct location for this information, as it only applies when one is using both Serilog and the _Microsoft.Extensions.Logging_ library, but I could see where it might be better off in the Serilog wiki. Looking forward to your feedback!
Added notes about Log Scope usage to README
Bump Serilog version dependency to support Unity and .netstandard 2.0+
@nblumhardt nblumhardt changed the title 3.0.2 Release 3.1.0 Release Nov 1, 2021
@nblumhardt nblumhardt marked this pull request as ready for review November 1, 2021 21:37
@nblumhardt nblumhardt merged commit cd95c61 into master Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants