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

EF Core 5.0 support #30

Closed FabienDehopre closed 3 years ago

FabienDehopre commented 3 years ago

Do you plan to support EF Core 5 which was release a couple of weeks ago?

Giorgi commented 3 years ago

It should already be compatible with EF 5. Do you have any issues using it with EF 5?

FabienDehopre commented 3 years ago

Indeed, it works with .NET 5.0 Maybe it would be a good idea to add that in the nuget manifest so it also appear in the package manager?

Giorgi commented 3 years ago

@FabienDehopre Can you clarify which manifest the library is missing? The TargetFramework in all projects is netstandard2.0 and netstandard2.0 is compatible with .NET 5.0

FabienDehopre commented 3 years ago

Ah! Ok. I wasn't sure this was the case. But then, nothing needs to be made.