Microsoft.Extensions.Caching.Cosmos
Microsoft.Extensions.Caching.Cosmos copied to clipboard
1.7.0: Bump SDK dependency to latest version
Also includes another fix for https://github.com/Azure/Microsoft.Extensions.Caching.Cosmos/issues/83
TotalSeconds is a double so the value could be 0 but could also be 0.3 which when converted to int is 0 and could cause the Bad Request response too.