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
After upgrading to 2.0.63, the FallbackPolicyDecorator does not seem to be registered automatically. We now need to register it manually by adding it via assembly and explicitly registering the decorator type in Startup.cs, like this:
After upgrading to 2.0.63, the
FallbackPolicyDecorator
does not seem to be registered automatically. We now need to register it manually by adding it via assembly and explicitly registering the decorator type in Startup.cs, like this:It looks like the changes were mentioned here in issue #65.
Is this going to be necessary going forward or is it a bug that will be fixed?
Thanks.
The text was updated successfully, but these errors were encountered: