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
Currently, it's not possible to inject Func<CancellationToken, T> into ctors of converters and resolve these delegates with the request's CancellationToken. One has to probably refactor all the converters to accept CancellationTokens as either ctor arguments or method arguments.
The text was updated successfully, but these errors were encountered:
Currently, it's not possible to inject
Func<CancellationToken, T>
into ctors of converters and resolve these delegates with the request'sCancellationToken
. One has to probably refactor all the converters to acceptCancellationTokens
as either ctor arguments or method arguments.The text was updated successfully, but these errors were encountered: