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

Populate Entries property of the exceptions #32

Closed Giorgi closed 3 years ago

Giorgi commented 3 years ago

The Entries property of the custom exceptions is always empty and should be populated the same way it is for the DbUpdateException

Giorgi commented 3 years ago

Fixed in 3.1.4 release