- Notifications
You must be signed in to change notification settings - Fork481
Update AnalyzerReleases file to reflect new analyzers for .NET8 release#6940
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Note that this PR is essential to ensure setting AnalysisLevel to 8 enables the new analyzers added with .NET8.
mavasani commentedSep 14, 2023
@carlossanlop This is another PR that would need to be backported to release 8.0.1.xx branch. |
Codecov Report
@@ Coverage Diff @@## main #6940 +/- ##======================================= Coverage 96.40% 96.40% ======================================= Files 1402 1402 Lines 331927 331932 +5 Branches 11031 11032 +1 =======================================+ Hits 319979 319991 +12+ Misses 9186 9178 -8- Partials 2762 2763 +1 |
mavasani commentedSep 15, 2023
/backport to release/8.0.1xx |
Started backporting to release/8.0.1xx:https://github.com/dotnet/roslyn-analyzers/actions/runs/6193037384 |
@mavasani backporting to release/8.0.1xx failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patchApplying: Update AnalyzerReleases file to reflect new analyzersfor .NET8 releaseUsing index info to reconstruct a base tree...Msrc/NetAnalyzers/Core/AnalyzerReleases.Unshipped.mdFalling back to patching base and 3-way merge...Auto-merging src/NetAnalyzers/Core/AnalyzerReleases.Unshipped.mdCONFLICT (content): Merge conflictin src/NetAnalyzers/Core/AnalyzerReleases.Unshipped.mderror: Failed to mergein the changes.hint: Use'git am --show-current-patch=diff' to see the failed patchPatch failed at 0001 Update AnalyzerReleases file to reflect new analyzersfor .NET8 releaseWhen you have resolved this problem, run"git am --continue".If you prefer to skip this patch, run"git am --skip" instead.To restore the original branch and stop patching, run"git am --abort".Error: The process'/usr/bin/git' failed withexit code 128 Please backport manually! |
@mavasani an error occurred while backporting to release/8.0.1xx, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
Note that this PR is essential to ensure setting AnalysisLevel to 8 enables the new analyzers added with .NET8.