-
-
Notifications
You must be signed in to change notification settings - Fork 749
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
Suppress compiler warnings in auto-generated code #6474
Suppress compiler warnings in auto-generated code #6474
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6474 +/- ##
=======================================
Coverage ? 63.45%
=======================================
Files ? 2324
Lines ? 114629
Branches ? 0
=======================================
Hits ? 72739
Misses ? 41890
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e6c32b8
to
05187b1
Compare
05187b1
to
1e0ec77
Compare
Kudos, SonarCloud Quality Gate passed! |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
This seems okay. The alternatives would be:
|
can we change this to ignore any warning?
|
Disabling compiler warning CS1591 (missing XML comment) in the generated code.
Closes #5987