Giorgi / EntityFramework.Exceptions

Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.
https://giorgi.dev/entity-framework/introducing-entityframework-exceptions/
Other
1.44k stars 68 forks source link

Consider separate common logic package from specific implementation database package #45

Closed vicosanz closed 2 years ago

vicosanz commented 2 years ago

I separate context logic, bussiness logic and api server logic. My api server project can be connected to Sql Server or PostgresSQL, for that reason common logic must generate a separate package in order to bussiness logic can handle error logic independent of api server database brand choose.

vicosanz commented 2 years ago

Sorry, my bad, I found the package EntityFrameworkCore.Exceptions.Common.

Thanks.