madelson / DistributedLock

A .NET library for distributed synchronization
MIT License
1.74k stars 182 forks source link

Dependency on Microsoft.Data.SqlClient 5.2.0 may be unnecessary #210

Closed gliljas closed 5 days ago

gliljas commented 1 month ago

Wasn't sure whether to file this issue at all, but at least for your consideration.

I had to do a version rollback today, since Microsoft.Data.SqlClient 5.2.0 is buggy and has a pending hotfix. DistributedLock.SqlServer doesn't really need that version, so the Nuget dependency becomes a bit limiting.

madelson commented 1 month ago

Is there a lower version you’d suggest instead? I’m happy to downgrade but I like to stay relatively recent

madelson commented 5 days ago

@gliljas looks like 5.2.1 is out. Does that work for you?

madelson commented 5 days ago

@gliljas for now I published a new version with 5.2.1; if that's still causing problems for you please create a new issue