-
Hi, is it possible to use this library with |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Did you read the docs for DbContext Pooling? |
Beta Was this translation helpful? Give feedback.
-
Yes |
Beta Was this translation helpful? Give feedback.
-
Can you post your code? |
Beta Was this translation helpful? Give feedback.
-
Program.cs
ApplicationDbContext.cs
Exception I get: |
Beta Was this translation helpful? Give feedback.
You need to move
UseExceptionProcessor
afterUseNpgsql
. That's where you configure theDbContextPool