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

Using library with AddDbContextPool #59

Closed Hantick closed 1 year ago

Hantick commented 1 year ago

Hi, is it possible to use this library with AddDbContextPool method on startup? It gives me ''OnConfiguring' cannot be used to modify DbContextOptions when DbContext pooling is enabled.' when trying to use it with pooling

Giorgi commented 1 year ago

Did you read the docs for DbContext Pooling?

Hantick commented 1 year ago

Did you read the docs for DbContext Pooling?

Yes

Giorgi commented 1 year ago

Can you post your code?