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
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Internally uses the DistributedCacheStateDataFormatter which uses the new ObjectSerializer to round trip the AuthenticationProperties. The bug is in the ObjectSerializer which doesn't re-hydrate the AuthenticationProperties properly. The fix is more of a workaround to manually create the AuthenticationProperties and only serialize the dictionary of items into json.
The text was updated successfully, but these errors were encountered:
Internally uses the
DistributedCacheStateDataFormatter
which uses the newObjectSerializer
to round trip theAuthenticationProperties
. The bug is in theObjectSerializer
which doesn't re-hydrate theAuthenticationProperties
properly. The fix is more of a workaround to manually create theAuthenticationProperties
and only serialize the dictionary of items into json.The text was updated successfully, but these errors were encountered: