-
Notifications
You must be signed in to change notification settings - Fork 468
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 Versions.props to enable releasing NetAnalyzers 5.0.1 package #4488
Conversation
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.
LGTM. Although I'm not entirely sure I understand the reason why we can't keep releasing 5.x version packages
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.
looks good, ping me when this goes in so I can setup all the flows for this. At this time I assume we want to create a new branch for 6.0 and have master flow into it?
That is primarily to ensure how roslyn-analyzers/src/Tools/GenerateGlobalAnalyzerConfigs/Program.cs Lines 383 to 410 in 32d97c9
|
Yes, that seems fine. Once the branch is created, I'll request all open PRs for new analyzers to retarget to release/6.0.xx. |
Codecov Report
@@ Coverage Diff @@
## master #4488 +/- ##
==========================================
- Coverage 95.84% 95.83% -0.01%
==========================================
Files 1175 1175
Lines 268047 268047
Branches 16174 16174
==========================================
- Hits 256905 256885 -20
- Misses 9068 9073 +5
- Partials 2074 2089 +15 |
alrignt the branch is created and I've updates the version number: https://github.com/dotnet/roslyn-analyzers/tree/release/6.0.1xx-preview1 |
This PR enables seamless migration from
3.x
FxCop analyzers packages published out of master to a stable NetAnalyzers package by following steps at https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzersWill revert this PR as soon as we get a signed build candidate for publishing 5.0.1 package for latest bug fixes. We need to finalize our long term story on which branch do we target bug fixes to existing analyzers versus add new .NET vNext analyzers.