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

Support for the CosmosDB provider #40

Closed julealgon closed 6 months ago

julealgon commented 2 years ago

Is there any work regarding a version of this library for the CosmosDB provider?

I ran into a situation today where I needed to handled the DbUpdateException and after some searching, found out about this library. However, I'm using the Cosmos provider, which doesn't appear to be supported at the moment.

Giorgi commented 2 years ago

As you noted the library doesn't support CosmosDB but if you want to contribute you are more than welcome.