NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
863 stars 171 forks source link

Microsoft.Data.SqlClient #193

Open dgaspar opened 4 years ago

dgaspar commented 4 years ago

Any chance StackExchange.Exceptional could start relying on Microsoft.Data.SqlClient instead of System.Data.SqlClient?

https://github.com/NickCraver/StackExchange.Exceptional/blob/a3e787a08f21859c653c6c609059334b4e8eeac3/src/StackExchange.Exceptional.Shared/Stores/SQLErrorStore.cs#L4

This seems to be the last line preventing my system from getting rid of the old System one. :)