Closed carlosrfernandez closed 1 year ago
An additional change in NPGSQL is that now they use Microsoft.Extensions.Abstractions.Logging as the way to interact with Log providers.
This is why the LibLogNpgsqlLogProvider
class has been updated to implement ILoggerProvider
edit: removing the above class and created #117 to follow-up
Bump to npgsql 7 and fix breaking changes.
We are still depending on PostgresDatabaseManager and docker tools for .NET to spin up a database.
We should consider extracting this functionality to use actual docker images running on GHA