-
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 AnalyzerReleases file to reflect new analyzers for .NET8 release #6940
Conversation
Note that this PR is essential to ensure setting AnalysisLevel to 8 enables the new analyzers added with .NET8.
@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 |
/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.patch
Applying: Update AnalyzerReleases file to reflect new analyzers for .NET8 release
Using index info to reconstruct a base tree...
M src/NetAnalyzers/Core/AnalyzerReleases.Unshipped.md
Falling back to patching base and 3-way merge...
Auto-merging src/NetAnalyzers/Core/AnalyzerReleases.Unshipped.md
CONFLICT (content): Merge conflict in src/NetAnalyzers/Core/AnalyzerReleases.Unshipped.md
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Update AnalyzerReleases file to reflect new analyzers for .NET8 release
When 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 with exit 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.