Update dependency StyleSharp.Analyzers to v4 - autoclosed - #380
Closed
renovate[bot] wants to merge 1 commit into
Closed
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/stylesharp.analyzers-4.x
branch
3 times, most recently
from
September 20, 2026 19:06
7254fda to
b621ad7
Compare
ChrisPulman
approved these changes
Sep 20, 2026
renovate
Bot
force-pushed
the
renovate/stylesharp.analyzers-4.x
branch
from
September 20, 2026 22:44
b621ad7 to
a7a68b8
Compare
renovate
Bot
force-pushed
the
renovate/stylesharp.analyzers-4.x
branch
from
September 21, 2026 02:30
a7a68b8 to
9382053
Compare
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.
This PR contains the following updates:
3.46.2→4.0.7Release Notes
glennawatson/RoslynCommonAnalyzers (StyleSharp.Analyzers)
v4.0.7Compare Source
🗞️ What's Changed
✨ Features
ed3749afeat: wrap an expression body instead of refusing to offer one @glennawatsone5727a9feat: wrap a collapsed conditional that will not fit one line @glennawatson🐛 Fixes
0a10b15fix: stop SST1527 weighing a line length its fix never changes @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@4.0.6...4.0.7
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v4.0.6Compare Source
🗞️ What's Changed
🐛 Fixes
d86c69dfix: stop SST2414 merging switch sections whose labels declare a name @glennawatsond70bfbffix: require a local to be declared ahead of the literal SST1463 renames @glennawatson6828dc0fix: stop SST1463 naming a local inside its own initializer @glennawatson48c3096fix: stop SST2414 lifting a pattern label above one it subsumes @glennawatsonf5b085efix: group a combined pattern when it goes under a negation @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@4.0.5...4.0.6
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v4.0.5Compare Source
🗞️ What's Changed
🐛 Fixes
375cf9efix: offer a catch-all when the enum is not this assembly's to complete @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@4.0.4...4.0.5
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v4.0.4Compare Source
🗞️ What's Changed
✨ Features
c3179e7feat: give SST2324 a code fix @glennawatson2974d41feat: give SST1137 a code fix @glennawatson8b6e8b8feat: give SST1148 a code fix @glennawatson8cabdeafeat: give SST2242 a code fix @glennawatsona4259e5feat: let SST1498 move a static property into the nested type that reads it @glennawatson875a024feat: let SST2414 join duplicated switch-expression arms @glennawatson9addfcbfeat: give SST1628 a code fix @glennawatsone0f0157feat: give SST1463 a code fix @glennawatsonfcf8f59feat: give SST2008 a code fix @glennawatson🐛 Fixes
0a6e139fix: leave a body as a block when the arrow would overrun the line @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@4.0.3...4.0.4
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v4.0.3Compare Source
🗞️ What's Changed
✨ Features
51fbf0bfeat: give SST2238 a fixer, and stop it reporting shapes no path can carry @glennawatson3a55e12feat: let SST1498 move a constant into the nested type that reads it @glennawatsoneae8444feat: give PSH1007 a code fix @glennawatson🐛 Fixes
2cf8289fix: leave a guard that returns a boolean literal as two statements @glennawatson2065439fix: do not add a documentation stub the member already carries @glennawatson3f295d2fix: fold a conditional to a logical operator only for bool branches @glennawatsone96e180fix: stop SST2273 unwrapping a body into a scope that has its names @glennawatson462abd8fix: stop SST2202 offering target-typed new in a parameter-array position @glennawatson592ea72fix: keep the braces out of a generated collection expression @glennawatson1b1b3e9fix: stop SST1527 pulling an arrow up onto an over-long line @glennawatsone86910efix: stop SST1305 reading an abbreviated technology name as a type prefix @glennawatson2d0f06bfix: move a receiver's documentation with the receiver @glennawatson87f1634fix: keep a conditional's line breaks when SST2288 folds it @glennawatson491f35efix: keep the ToString call that makes a ref struct's hole legal @glennawatson682cb4afix: stop SST2414 reporting switch arms an or pattern cannot join @glennawatson636c4f7fix: negate pattern tests as patterns and stop three rules misfiring @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@4.0.2...4.0.3
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v4.0.2Compare Source
🗞️ What's Changed
🐛 Fixes
5c65269fix: stop four more rules rewriting code into a broken state @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@4.0.1...4.0.2
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v4.0.1Compare Source
🗞️ What's Changed
🐛 Fixes
a2aac91fix: stop six rules suggesting code that does not compile @glennawatson🧹 General Changes
745b590ci: shorten the renovate release-age holds @glennawatson6bc18e4ci: let renovate run on its own cadence @glennawatsonf3083f6ci: stop renovate flagging stylecop as abandoned @glennawatson4f49f31ci: drop the renovate release-age overrides @glennawatson43a77caci: state the renovate operating mode explicitly @glennawatson📦 Dependencies
d61f37cchore(deps): bump github actions (#63) renovate[bot]🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@4.0.0...4.0.1
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
🤖 Automated services that contributed: renovate[bot]
v4.0.0Compare Source
🗞️ What's Changed
💥 Breaking Changes
b1f9800feat!: target .NET 11 and C# 15, and build every Roslyn slot as its own project @glennawatson🧹 General Changes
fefb6cechore: pushing latest ersions @glennawatsonf19fbb0ci: let renovate re-offer a closed update when a newer version lands @glennawatsona3b44acci: install the .NET 11 SDK for the CodeQL and SonarCloud workflows @glennawatson5730b9bci: keep the standard action publishers on version tags @glennawatsone67174cchore: update sonaranalyzer.csharp @glennawatson1e2d17bci: base the renovate rules on this repo's coupling and failure modes @glennawatsonf042bfcci: keep actions, github, dotnet and nuget publishers on tags @glennawatsonee0098fci: replace dependabot with renovate @glennawatsonc3a19c0ci: adopt the current renovate presets and regex package matching @glennawatson✅ Tests
af42130test: cover the analyzed framework with reference assemblies, not the test host @glennawatson📝 Documentation
4dc906adocs: cut the multi-Roslyn comments back to what is not obvious @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.46.2...4.0.0
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.