-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Avoid exception checking nullability #3119
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
Conversation
- Do not throw if we cannot determine the nullability of a dictionary. - Clean-up some code analysis suggestions. Resolves domaindrivendev#3070. Resolves domaindrivendev#2793.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3119 +/- ##
==========================================
- Coverage 91.43% 89.44% -2.00%
==========================================
Files 76 97 +21
Lines 3119 3523 +404
Branches 519 627 +108
==========================================
+ Hits 2852 3151 +299
- Misses 267 372 +105
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
mesMess
left a comment
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.
Code cleanup
Changing to concrete types (in-code) over var 👍🏼
Nullability exception check fix
Resolves #3070.
Resolves #2793 (as it's the last linked issue).