Closed WhitWaldo closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.28%. Comparing base (
1b7c9f4
) to head (728bda0
). Report is 3 commits behind head on master.:exclamation: Current head 728bda0 differs from pull request most recent head 76f9811. Consider uploading reports for the commit 76f9811 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@holopin-bot @WhitWaldo Thank you!
Congratulations @WhitWaldo, you just earned a badge! Here it is: https://holopin.io/claim/clvdvmzf685870fl5k95i2jrb
This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!
Description
If a request is made for bulk state for a set of keys for which there isn't matching data, a null value is returned for that key in the result. An issue was raised that indicated that the value isn't marked as nullable, so the author was surprised to find that the value for an unregistered key returned null given that so many other packages are marked with such annotations these days.
As such, I marked the file (not the larger project) with nullable annotations and indicated that the
Value
property is nullable as well. This requires no changes on the Dapr sidecar itself and simply updates the C# package to reflect what's already returned so developers are up to speed on expectations.Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1255
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: