DomainBlocks / domain-blocks

A suite of libraries to assist with domain-driven design when using event sourcing
MIT License
4 stars 1 forks source link

feature: bump to npgsql 7 #116

Closed carlosrfernandez closed 1 year ago

carlosrfernandez commented 1 year ago

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

carlosrfernandez commented 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