johnug
Results
1
comments of
johnug
A workaround I found is to set `ForcedDateTimeKind` on each instance of `IBlobCache` I'm using in my app. Thus: `BlobCache.LocalMachine.ForcedDateTimeKind = DateTimeKind.Unspecified;` In my particular use case, I had to...