-
Notifications
You must be signed in to change notification settings - Fork 467
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
Update messaging fo the after merge comments #6178
Conversation
@@ -1990,7 +1990,7 @@ | |||
<value>Starting with .NET 7 the operator '{0}' will throw when overflowing in a checked context. Wrap the expression with an 'unchecked' statement to restore the .NET 6 behavior.</value> | |||
</data> | |||
<data name="PreventNumericIntPtrUIntPtrBehavioralChangesTitle" xml:space="preserve"> | |||
<value>Prevent from behavioral change</value> | |||
<value>Prevent behavioral change</value> |
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.
Maybe better to mention that its related to the behavioral changes in IntPtr/UIntPtr, something like
<value>Prevent behavioral change</value> | |
<value>Prevent numeric IntPtr/UIntPtr behavioral changes</value> |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6178 +/- ##
==========================================
- Coverage 96.06% 96.04% -0.03%
==========================================
Files 1364 1359 -5
Lines 313730 311706 -2024
Branches 10125 10046 -79
==========================================
- Hits 301379 299369 -2010
+ Misses 9932 9924 -8
+ Partials 2419 2413 -6 |
src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/MicrosoftNetCoreAnalyzersResources.resx
Outdated
Show resolved
Hide resolved
src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/MicrosoftNetCoreAnalyzersResources.resx
Show resolved
Hide resolved
src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf
Outdated
Show resolved
Hide resolved
src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf
Show resolved
Hide resolved
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.
I left some suggestions, they would need to get applied to the rest of the files.
@gewarren does my suggestion make sense, or would you word it differently?
Co-authored-by: Genevieve Warren <[email protected]>
Improve messaging, addressing feedback in the PR