Update dependency PerformanceSharp.Analyzers to 3.46.1 - #321
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency PerformanceSharp.Analyzers to 3.46.1#321renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 5, 2026 00:39
0babc9f to
6d56d9e
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 5, 2026 10:46
6d56d9e to
e284a8d
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 5, 2026 22:47
e284a8d to
e5b7c7e
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
2 times, most recently
from
August 7, 2026 10:47
e2a6310 to
506b5d5
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 7, 2026 14:07
506b5d5 to
10fa73a
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
2 times, most recently
from
August 8, 2026 05:36
3921f57 to
39fa4fc
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
2 times, most recently
from
August 8, 2026 07:03
ccdcf7b to
983ce03
Compare
ChrisPulman
approved these changes
Aug 8, 2026
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 8, 2026 07:04
983ce03 to
4cb2c16
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
2 times, most recently
from
August 9, 2026 16:58
5218595 to
bef7735
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
3 times, most recently
from
August 13, 2026 02:33
6a81356 to
781725f
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 13, 2026 06:48
781725f to
297b1d2
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 14, 2026 19:56
297b1d2 to
32697c5
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
2 times, most recently
from
August 15, 2026 01:52
85eb762 to
1924531
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 16, 2026 06:32
1924531 to
9072eda
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 26, 2026 18:08
9072eda to
c1c52f8
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
3 times, most recently
from
September 6, 2026 08:38
5289561 to
e893e53
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
September 6, 2026 17:22
e893e53 to
4e50a34
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.41.1→3.46.1Release Notes
glennawatson/RoslynCommonAnalyzers (PerformanceSharp.Analyzers)
v3.46.1Compare Source
🗞️ What's Changed
🐛 Fixes
c39b750fix(StyleSharp): prefix the SST2334 display string with the type name (#60) @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.46.0...3.46.1
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.46.0Compare Source
🗞️ What's Changed
✨ Features
87e263bfeat(PerformanceSharp): widen PSH1125 to every body-carrying declaration @glennawatson🐛 Fixes
453b1d6fix(analyzers): stop code fixes rewriting the enclosing call @glennawatson058762bfix(PerformanceSharp): stop PSH1414 firing on semi-auto properties @glennawatson2a41faffix(StyleSharp): stop SST2213 removing a discard that holds a binding @glennawatson9257de3fix(PerformanceSharp): stop PSH1110 reporting array receivers it cannot fix @glennawatson4477e9cfix(PerformanceSharp): stop PSH1304 firing on bounded polling loops @glennawatson7dac908fix(PerformanceSharp): stop PSH1421 firing where there is nothing to hoist @glennawatson⚡ Performance
9b0df6bperf: cut allocation across the analyzers and code fixes @glennawatsone02bf23perf(PerformanceSharp): scan the body once for all PSH1125 candidates @glennawatson837216eperf(PerformanceSharp): gate PSH1421 and PSH1125 before touching the model @glennawatsonaf98778perf(StyleSharp): stop SST2231 building a rewrite it throws away @glennawatson5276a0fperf(PerformanceSharp): read the loop once in PSH1421, type receivers first @glennawatson7fa8689perf(PerformanceSharp): read the loop body once in PSH1304 @glennawatson🧹 General Changes
f9790aachore(deps): take SonarAnalyzer 10.33 and turn S8969 off @glennawatsona828340build: give the non-shipping projects the highest Roslyn, not the floor @glennawatsonb186608build: keep the analyzer authoring rules to projects that ship analyzers @glennawatsonf130c5cchore(deps): bump the pins that move without breaking the gate @glennawatson✅ Tests
902e341test(benchmarks): cover this session's rules and measure against a floor @glennawatsona1b7f42test(benchmarks): measure five more analyzers against the harness floor @glennawatson📦 Dependencies
5caac3dbuild(deps): bump actions/setup-java in the core-actions group (#59) dependabot[bot]🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.45.0...3.46.0
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
🤖 Automated services that contributed: dependabot[bot]
v3.45.0Compare Source
🗞️ What's Changed
✨ Features
8b24c2bfeat(StyleSharp): widen SST1461 to every unread parameter @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.44.0...3.45.0
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.44.0Compare Source
🗞️ What's Changed
✨ Features
111a0c0feat(StyleSharp): add SST2337, fix SST2266 and SST1503 misfires @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.43.2...3.44.0
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.43.2Compare Source
🗞️ What's Changed
🐛 Fixes
7e6da5afix(StyleSharp): stop SST1648 firing on inheritdoc with a cref @glennawatson4c7ec03fix(StyleSharp): stop SST1189 and SST1185 firing in object initializers @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.43.1...3.43.2
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.43.1Compare Source
🗞️ What's Changed
✨ Features
f7ecdb8feat(PerformanceSharp): add PSH1317 for a dropped cancellation token @glennawatson🐛 Fixes
4d64e3efix(StyleSharp): gate SST2334 on the type having something to show @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.43.0...3.43.1
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.43.0Compare Source
🗞️ What's Changed
✨ Features
0da4f82feat: add five rules and widen three found by a full coverage sweep @glennawatson🐛 Fixes
ad6dbeffix(StyleSharp): flow cancellation into the line-span lookups @glennawatsona46723afix(benchmarks): prove the non-null instead of asserting it @glennawatson5b05b6ffix(benchmarks): opt the analyzer runs out of cancellation explicitly @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.42.0...3.43.0
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.42.0Compare Source
🗞️ What's Changed
✨ Features
01df234feat(StyleSharp): widen SST2249 to string.Concat calls @glennawatson1d3e5d5feat: add eleven rules across ordering, docs, syntax, and correctness @glennawatson🐛 Fixes
37cdc0dfix(StyleSharp): negate SST2273 guards inward instead of wrapping them @glennawatsonde0025efix(StyleSharp): keep SST2209 off a suppression that covers a conversion @glennawatson📦 Dependencies
7dd80aabuild(deps): bump actions/setup-java in the core-actions group (#55) dependabot[bot]🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.15...3.42.0
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
🤖 Automated services that contributed: dependabot[bot]
v3.41.15Compare Source
🗞️ What's Changed
✨ Features
ff8d61efeat(StyleSharp): add SST1665 requiring an element to say what triggers it @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.14...3.41.15
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.14Compare Source
🗞️ What's Changed
🐛 Fixes
755f2c0fix(StyleSharp): stop SST1138 reporting a block that scopes a pattern or out variable @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.13...3.41.14
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.13Compare Source
🗞️ What's Changed
🐛 Fixes
99140d9fix(PerformanceSharp): count a generic instance member as instance state in PSH1414 @glennawatson42e5aa2fix: stop four rules judging a multi-targeted file by one branch @glennawatson5c60215fix(StyleSharp): stop SST1533 reporting a polyfill compiled out for this framework @glennawatson🧹 General Changes
88acfc3ci: create the release tag with the release, not before the build @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.12...3.41.13
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.12Compare Source
🗞️ What's Changed
🐛 Fixes
1b929a1fix(PerformanceSharp): correct PSH1307 and PSH1417 against what the runtime does @glennawatson📦 Dependencies
15013b6build(deps): bump actions/setup-java in the core-actions group (#50) dependabot[bot]🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.11...3.41.12
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
🤖 Automated services that contributed: dependabot[bot]
v3.41.11Compare Source
🗞️ What's Changed
🐛 Fixes
542ce12fix(PerformanceSharp): always qualify the attribute PSH1410 emits @glennawatson📦 Dependencies
15013b6build(deps): bump actions/setup-java in the core-actions group (#50) dependabot[bot]🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.10...3.41.11
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
🤖 Automated services that contributed: dependabot[bot]
v3.41.10Compare Source
🗞️ What's Changed
✨ Features
0971ef7feat(StyleSharp): add a code fix for SST1118 @glennawatson🐛 Fixes
7b5adebfix: stop SST1416 and PSH1410 breaking the code they rewrite @glennawatsone56d56afix(PerformanceSharp): make PSH1410 emit the same attribute on every framework @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.8...3.41.10
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.8Compare Source
🗞️ What's Changed
🐛 Fixes
0410679fix(StyleSharp): repair nine code fixes that broke their own output @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.7...3.41.8
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.7Compare Source
🗞️ What's Changed
✨ Features
dc3b66afeat(StyleSharp): let SST2403 be told which methods may receive the instance @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.6...3.41.7
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.6Compare Source
🗞️ What's Changed
🐛 Fixes
2cd03b3fix(StyleSharp): stop SST2403 firing on a helper stored back on the object @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.5...3.41.6
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.5Compare Source
🗞️ What's Changed
🐛 Fixes
3d26b0cfix(StyleSharp): stop SST2324 and SST2224 rewriting away serialized data @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.4...3.41.5
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.4Compare Source
🗞️ What's Changed
🐛 Fixes
9b702b9fix(StyleSharp): only report SST1448 when the compiler supplies the same name @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.3...3.41.4
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.3Compare Source
🗞️ What's Changed
🐛 Fixes
fc0d7d0fix(StyleSharp): stop SST1199 suggesting a nameof that cannot be written @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.2...3.41.3
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.2Compare Source
🗞️ What's Changed
🐛 Fixes
02bee57fix(PerformanceSharp): report PSH1315 when the awaiter is held in a local @glennawatsona8b385bfix(PerformanceSharp): report PSH1315 on an awaiter reached through a member @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.1...3.41.2
🙌 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.