serilog-mssql / serilog-sinks-mssqlserver

A Serilog sink that writes events to Microsoft SQL Server and Azure SQL
Apache License 2.0
278 stars 148 forks source link

Removed .NET Core 3.1 and updated to .NET 6.0 #426

Closed ckadluba closed 2 years ago

ckadluba commented 2 years ago
ckadluba commented 2 years ago

@jonorossi Thank you for approving. I still need to fix a problem with the unit tests on .NET 6. Attempting to run them stops with the following error.

Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
Testhost process exited with error: Error:
  An assembly specified in the application dependencies manifest (Serilog.Sinks.MSSqlServer.Tests.deps.json) was not found:
    package: 'Azure.Core', version: '1.6.0'
    path: 'lib/netstandard2.0/Azure.Core.dll'
. Please check the diagnostic logs for more information.

Under investigation. ;)