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

Update to .NET 9 SDK and Microsoft.Extensions.Configuration 9.0.0 #444

Merged
merged 2 commits into from
Nov 23, 2024

Conversation

nblumhardt
Copy link
Member

@nblumhardt
Copy link
Member Author

(This needs to be merged before the Actions CI workflow will kick off, unfortunately.)


# Dotnet test doesn't run separate TargetFrameworks in parallel: https://github.com/dotnet/sdk/issues/19147
# Workaround: use `dotnet test` on dlls directly in order to pass the `--parallel` option to vstest.
# The _reported_ runtime is wrong but the _actual_ used runtime is correct, see https://github.com/microsoft/vstest/issues/2037#issuecomment-720549173
Copy link
Member Author

Choose a reason for hiding this comment

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

.NET 9 changes the default behavior here dotnet/sdk#19147 (comment)

@nblumhardt
Copy link
Member Author

Merging so I can iron out any build kinks on dev while I have a few minutes spare. Reviews welcome, I'll send follow-up PRs if needed :-)

@nblumhardt nblumhardt merged commit 86fed08 into serilog:dev Nov 23, 2024
1 check failed
@nblumhardt nblumhardt mentioned this pull request Dec 6, 2024
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.

1 participant