IKeyValueStorage.GetAsync
does not support value types and has a wrong XML comment
#2420
Labels
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification.
You state
Current behavior
It does not throw any exceptions but returns a default value
Expected behavior
Either documentation is adjusted or the code returns what is declared
How to reproduce it (as minimally and precisely as possible)
DateTime
valueDateTime
valueEnvironment
Nuget Package (s): Uno.Extensions.Storage
Package Version(s): 4.1.23, 4.3.0-dev.5
Affected platform(s):
Visual Studio:
Anything else we need to know?
This piece of code is wrong
instead of
is not null
it must be!= default
The text was updated successfully, but these errors were encountered: