Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
I want application to handle SqlException(Duplicate key) because based on that I want to drive application logic.
Describe the solution you'd like
Do not suppress SqlException(Duplicate key)
or provide at least an option to opt in based on SqlServerCacheOptions
Additional context
No response