Update dependency PerformanceSharp.Analyzers to 3.41.4 - #329
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency PerformanceSharp.Analyzers to 3.41.4#329renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
ChrisPulman
approved these changes
Aug 6, 2026
ChrisPulman
approved these changes
Aug 6, 2026
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
3 times, most recently
from
August 10, 2026 05:34
03b3b29 to
333d027
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 13, 2026 11:07
333d027 to
1676d09
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 14, 2026 03:31
1676d09 to
73331e3
Compare
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 14, 2026 16:42
73331e3 to
dbc43f8
Compare
ChrisPulman
approved these changes
Aug 14, 2026
renovate
Bot
force-pushed
the
renovate/performancesharp.analyzers-3.x
branch
from
August 14, 2026 21:42
dbc43f8 to
8736097
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.39.2→3.41.4Release Notes
glennawatson/RoslynCommonAnalyzers (PerformanceSharp.Analyzers)
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
v3.41.1Compare Source
🗞️ What's Changed
✨ Features
73a6544feat(StyleSharp): let SST2237 ask for either namespace form @glennawatson🐛 Fixes
d625fe0fix(StyleSharp): make the SST2221 fix confirm the value is not void @glennawatson0354bf8fix(StyleSharp): stop SST2100/SST2101 rewriting an inferred type argument @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.0...3.41.1
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.41.0Compare Source
🗞️ What's Changed
✨ Features
e177b4dfeat(StyleSharp): report a member that forwards to itself (SST2497) @glennawatsond7bf70dfeat(StyleSharp): add the missing code fixes for SST2239, SST1703 and SST1705 @glennawatsonbe4d1c6feat(StyleSharp): report nameof on a type parameter (SST2498) @glennawatsonca5e1fbfeat(StyleSharp): extend SST1429 to a constant-returning catch, opt-in @glennawatson🐛 Fixes
13cdd3cfix(StyleSharp): stop SST1653 and SST2249 demanding a line that SST1521 rejects @glennawatsonc8e86defix(StyleSharp): stop SST1116 shortening an ambiguous name @glennawatson📝 Documentation
cfb4539docs: list the new rules in the release notes and recommended preset @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.40.2...3.41.0
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.40.2Compare Source
🗞️ What's Changed
🐛 Fixes
6075a3ffix(StyleSharp): stay silent when the initializer would name its own local @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.40.1...3.40.2
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.40.1Compare Source
🗞️ What's Changed
🐛 Fixes
a5d4e85fix(StyleSharp): treat a derived export attribute as a MEF export @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.40.0...3.40.1
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v3.40.0Compare Source
🗞️ What's Changed
✨ Features
399b645feat(StyleSharp): add the blank-line separation rules @glennawatsond9b7185feat(StyleSharp): report a test against object that is really a null check @glennawatson25802bbfeat(PerformanceSharp): report a local anonymous type that could be a tuple @glennawatson♻️ Refactoring
687b89erefactor(codefixes): share the remove-node registration skeleton @glennawatson8528770refactor(performance): fold two expression-tree guards into the shared one @glennawatson9362af5refactor(analyzers): share one editorconfig option reader across packages @glennawatsonb6a0f7crefactor(codefixes): move two more replace-node fixes onto the shared skeleton @glennawatson5d74613refactor(codefixes): move five replace-node fixes onto the shared skeleton @glennawatsonbe133cfrefactor(codefixes): share the text-change registration skeleton @glennawatson4d9f229refactor(security): share the cleartext URL host parsing @glennawatson🐛 Fixes
ae81157fix(StyleSharp): drop SST1534, which duplicated SST1513 @glennawatson29f4047fix(performance): stop PSH1104 offering a fix that does nothing @glennawatson📝 Documentation
8f3354edocs: list the new rules in the recommended editorconfig presets @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.39.2...3.40.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.