StefH / DistributedCache.AzureTableStorage

IDistributedCache implementation for AzureTableStorage
MIT License
33 stars 10 forks source link

options not passed in when value is string #3

Closed ilmaestro closed 5 years ago

ilmaestro commented 5 years ago

I happened to have created a test that used a dummy string to check that the cache options were working and discovered this bug. Options doesn't get passed-in when a string value is used. Minor, but annoying.

StefH commented 5 years ago

Thanks a lot!