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
Configuration
Version: 2.4.11.982
Platform:
📱 iOS
🤖 Android
🏁 WPF
🌎 UWP
🍎 MacOS
📺 tvOS
🐒 Xamarin.Forms
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
If for whatever reason the dictionary
MemoryCache
containsnull
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
insteadReproduction steps
Reported by our production error reporting, unfortunately no reproduction steps available
Configuration
Version: 2.4.11.982
Platform:
The text was updated successfully, but these errors were encountered: