Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetItem<T> never returns with ValueTypes #32

Open
selfsx opened this issue Jul 9, 2019 · 1 comment
Open

GetItem<T> never returns with ValueTypes #32

selfsx opened this issue Jul 9, 2019 · 1 comment

Comments

@selfsx
Copy link

selfsx commented Jul 9, 2019

Hello, quick example here:

      try {
        var result = await Get<string>("key_that_not_exists");
        Logger.LogInformation("result is null: " + result);

        // Or DateTime for example
        var result2 = await Get<SomeStruct>("key_that_not_exists");
        Logger.LogInformation("will never print: " + result2);
      } catch (Exception e) {
        Logger.LogError(e, "this will never happen");
      }
@galvesribeiro
Copy link
Member

Hey, sorry for the delay. Can you test with latest packages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants