microsoft / garnet

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
https://microsoft.github.io/garnet/
MIT License
10.18k stars 508 forks source link

Fix nuget dependencies for Garnet package #427

Closed msft-paddy14 closed 4 months ago

msft-paddy14 commented 4 months ago

in #372, there was Microsoft.IdentityModel.Validators introduced and added as a dependency of project. This works when Garnet is built from source as dlls get copied, however consuming the Nuget yields a dll not found exception on runtime. Adding the dependency to Nuget and updating version as per Directory.Packages.props