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
If for whatever reason the dictionary MemoryCache contains null as value for an existing dictionary entry, the method will result in throwing a NullReferenceException.
Expected behavior
As the Method is named "TryLoadFromMemoryCacheAsync", the method should just return false instead
Reproduction steps
Reported by our production error reporting, unfortunately no reproduction steps available