Fix false-flag of CompareExchange and re-usage with loops#6979
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #6979 +/- ##
========================================
Coverage 96.42% 96.43%
========================================
Files 1410 1410
Lines 335956 336154 +198
Branches 11095 11103 +8
========================================
+ Hits 323956 324161 +205
+ Misses 9207 9198 -9
- Partials 2793 2795 +2 |
Member
|
@buyaa-n is there any action required to get this fix bundled with .NET 8? |
|
I think it's same as runtime porting, let managers know and agreed with porting, create a backport with |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Member
Author
|
/backport to release/8.0.1xx |
|
Started backporting to release/8.0.1xx: https://github.com/dotnet/roslyn-analyzers/actions/runs/6536547982 |
This was referenced Jul 28, 2025
Closed
Closed
This was referenced Aug 4, 2025
This was referenced Aug 25, 2025
This was referenced Sep 14, 2025
This was referenced Oct 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6957