-
Notifications
You must be signed in to change notification settings - Fork 333
Allow to cache nulls #223
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
Allow to cache nulls #223
Conversation
update docs
update docs
Merge from base
Added null support to LiteDB
Added some tests
Only two flacky unrelated tests failed. Not sure is it worth to fix them in this PR. |
Thanks, I will take a look ASAP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Could you please change the target branch from |
Done |
Release version 1.1.0-alpha20201001103202 for this PR. If there is no feedback in the near future, we will release a stable version. Thank you very much!! 😄 |
…Null dotnetcore#223 * dataRetriever返回非空时候导致默认反序列化出现空对象异常 * dataRetriever返回非空时候不应该返回CacheValue.Null Closes dotnetcore#307
#222