You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used in .net core 3.1, target framework is resolved to .net standard 2.1, thus we don't get CancellationToken passed and our code looks like this (decompiled via resharper):
The text was updated successfully, but these errors were encountered:
When using in .net core 3.1, the
NetStandardIDistributedCacheByteArrayProvider
does not passCancellationToken
received from Policy.Please see this line:
Polly.Caching.IDistributedCache/src/Polly.Caching.Distributed/NetStandardIDistributedCacheByteArrayProvider.cs
Line 59 in ed8e03a
When used in .net core 3.1, target framework is resolved to .net standard 2.1, thus we don't get
CancellationToken
passed and our code looks like this (decompiled via resharper):The text was updated successfully, but these errors were encountered: