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

9.0.0 Release #256

Merged
merged 57 commits into from
Dec 9, 2024
Merged

9.0.0 Release #256

merged 57 commits into from
Dec 9, 2024

Conversation

nblumhardt
Copy link
Member

@nblumhardt nblumhardt commented Jul 23, 2024

jimbojim1997 and others added 30 commits November 12, 2023 23:13
Dev version bump [skip ci]
…-readme

Document {SourceContext} for MEL log category
Implement `ISupportExternalScope` in `SerilogLoggerProvider`
Support `ValueTuple<string, object?>` as state of scope.
@@ -35,4 +35,19 @@
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

msbuild conditions do support OR operator :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-) 👍

We flatten them out in the Serilog projects because over time, with a few different conditionals, it becomes easy to miss modifying one when a new target is added (and hard to see at a glance what each target supports).

@nblumhardt nblumhardt changed the title 8.0.1 Release 9.0.0 Release Nov 26, 2024
@nblumhardt nblumhardt marked this pull request as ready for review December 6, 2024 08:31
@nblumhardt nblumhardt merged commit b460d0e into main Dec 9, 2024
2 checks passed
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.

9 participants