关于[EntityFramework.Exceptions 3.1.1 - Support for Entity Framework Core 3 and Improved API]的摘要:
In the previous article I introduced EntityFramework.Exceptions, a library which simplifies handling exceptions in Entity Framework Core but the library had one important limitation: In order to use it you had to inherit your custom DbContext from ExceptionProcessorContextBase class. This means that if you wanted to use some other base class for your DbContext you were out of luck.
原文地址: https://www.giorgi.dev/entity-framework/refactoring-entityframework-exceptions/