-
Notifications
You must be signed in to change notification settings - Fork 764
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
[api] Context nullable annotations #5850
[api] Context nullable annotations #5850
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5850 +/- ##
==========================================
+ Coverage 83.38% 86.30% +2.91%
==========================================
Files 297 257 -40
Lines 12531 11193 -1338
==========================================
- Hits 10449 9660 -789
+ Misses 2082 1533 -549
Flags with carried forward coverage won't be shown. Click here to find out more.
|
else | ||
{ | ||
throw new NotSupportedException($"ContextSlotType '{ContextSlotType}' is not supported"); | ||
} |
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.
👍
Relates to #5801
Changes
Details
This was split off from #5801 so it could be reviewed/discussed independently.
Merge requirement checklist