serilog / serilog-settings-configuration

A Serilog configuration provider that reads from Microsoft.Extensions.Configuration
Apache License 2.0
444 stars 129 forks source link

Update to .NET 8 RTM and Serilog 3.1.1 #401

Closed nblumhardt closed 9 months ago

nblumhardt commented 9 months ago

Working my way through the 8.0.0 releases; this is pretty low in the dependency graph so pushing this through :-)

nblumhardt commented 9 months ago

If anyone has a chance to check out the build/test failures - I'm not very familiar with how TestApp is set up/used, it'd be great to have some more eyes on it :-)

0xced commented 9 months ago

I'll look into it.

nblumhardt commented 9 months ago

Think I have it sorted - thanks @0xced!

nblumhardt commented 9 months ago

Build.ps1 was using a direct .dll invocation to kick off tests, something in that mode prevents [CallerFilePath] from being compiled in correctly; running dotnet test against the CSPROJ is fine.