Runtime90357 6012#6885
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6885 +/- ##
=======================================
Coverage 96.39% 96.39%
=======================================
Files 1403 1403
Lines 330977 331069 +92
Branches 10890 10894 +4
=======================================
+ Hits 319056 319150 +94
+ Misses 9187 9186 -1
+ Partials 2734 2733 -1 |
Please don't resolve this issue if we merged this PR. We need to have some changes in the runtime repo to remove suppressing CC @buyaa-n |
Updated comment to not fix that issue |
|
Not sure why the builds fail. It has probably to do with the new description added. |
Looks it needs to run |
jeffhandley
left a comment
There was a problem hiding this comment.
Once CI is fully green and @buyaa-n has signed off on the PR, I approve of this for RC2.
@carlossanlop, when it reaches that point, can you please shepherd this through Tactics and into the RC2 builds?
|
Yes, no problem. Assuming this PR is done before Sept 18th (RC2 snap day), your approval @jeffhandley is sufficient (no Tactics involvement needed). Note: the |
@buyaa-n That did seem to do the trick, but the only change is removing a line for another analyzer from RulesMissingDocumentation.md, which seems completely unrelated to this PR. |
@carlossanlop for analyzers repo we used to merge PRs into release branch first then it flows automatically to main, is that same this year or now it's changed? CC @mavasani |
|
Merged, @manfred-brands we do squash merge so if you planning to put up a port to 8.0 please cherry pick squashed commit. Or I can do that later |
|
/backport to release/8.0.1xx |
|
Started backporting to release/8.0.1xx: https://github.com/dotnet/roslyn-analyzers/actions/runs/5980358523 |
Never mind, thanks to #6892 now we have a bot for backporting. |
Fixes #6012
See also dotnet/runtime#90357
Prevents IndexOutOfRangeException, but also checks formats of non-formatting methods.