-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
enable nullable #1599
enable nullable #1599
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1599 +/- ##
==========================================
+ Coverage 68.44% 68.56% +0.11%
==========================================
Files 185 185
Lines 6510 6550 +40
==========================================
+ Hits 4456 4491 +35
- Misses 2054 2059 +5
☔ View full report in Codecov by Sentry. |
@rkm Probably better using ? rather than ! for a lot of those aren't we? Good idea though, I'll take a closer look when I'm officially back from AL! |
@jas88 do you have capacity to review this? I can get someone else to review if not 😃 |
@rkm yep - now RDMP 8.1.0 is out I'll try to do this one later today |
force merging this without a review so as to unblock other PRs |
Proposed Changes
Enable the C#
nullable
feature and fix all warnings.Many of the
!
annotations around theGlobalOptions
types are awkward since they are publicly set-able and can be null depending on what's loaded from the YAML config, but it's a good start.Types of changes
What types of changes does your code introduce? Tick all that apply.
[skip ci]
Checklist
By opening this PR, I confirm that I have:
Issues