MudTabs: Add nullable annotation#9889
Conversation
There was a problem hiding this comment.
LGTM
Tho I'm not sure about the throw new InvalidOperationException addition:
- New behavior, but here it will most likely never throw
- Decreases code coverage as it's new code, and as I said in really scenario they are most likely never be nulls so I'd probably just suppress it with
!
Adding @henon for second opinion
|
The way I see it |
|
But on the other hand, if suppressed with |
|
I've updated the code to suppress the the nullability warnings instead of throwing exceptions |
|
Before I click merge, can you make sure that the PR shows up in the hackforthebest website? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #9889 +/- ##
==========================================
+ Coverage 89.82% 90.82% +0.99%
==========================================
Files 412 406 -6
Lines 11878 12830 +952
Branches 2364 2488 +124
==========================================
+ Hits 10670 11653 +983
+ Misses 681 623 -58
- Partials 527 554 +27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks! |
Description
Part of #6535
Let's get started with the Hacktoberfest efforts 🎉
How Has This Been Tested?
none
Type of Changes
Checklist
dev).