[PR #7419] Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.66 #11388

Closed
opened 2026-02-07 06:37:34 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/7419

State: closed
Merged: No


Bumps StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.66.

Commits
  • b29c88b Merge pull request #3011 from sharwell/csharp8-lightup
  • 1b968a5 Merge pull request #3000 from sharwell/rm-suppression
  • d846215 Merge pull request #2998 from nnpcYvIVl/master
  • 9847a55 Add regression test for suppression operator in returns
  • e7ab2f3 Add regression test for nullable array return value
  • 4ff982f Fix handling of nullable suppression operator after parentheses
  • e35d446 Update syntax for async foreach and async using
  • 15de211 Implement RangeExpressionSyntaxWrapper for C# 8
  • 00b201e Update ClassOrStructConstraintSyntax for C# 8
  • 0475f2c Add pattern matching syntax types for C# 8
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/7419 **State:** closed **Merged:** No --- Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.66. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/b29c88be432408a7acc2d9b81282638eabe2d491"><code>b29c88b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3011">#3011</a> from sharwell/csharp8-lightup</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/1b968a566a17a5e5a070ba791e97c89152b3c4e7"><code>1b968a5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3000">#3000</a> from sharwell/rm-suppression</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/d8462155c9693882cf048b9622b3cc4c24b65281"><code>d846215</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/DotNetAnalyzers/StyleCopAnalyzers/issues/2998">#2998</a> from nnpcYvIVl/master</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/9847a55c9c0aa0abf64f5fd4a4061a30052f6e65"><code>9847a55</code></a> Add regression test for suppression operator in returns</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/e7ab2f3e5f4f4bd3ea1fa81607fbf92fb015041f"><code>e7ab2f3</code></a> Add regression test for nullable array return value</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/4ff982f5ae07522ead3c9fefa9c4b682f38b400b"><code>4ff982f</code></a> Fix handling of nullable suppression operator after parentheses</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/e35d446391610ad139919c5e20c71e21cb5a49d7"><code>e35d446</code></a> Update syntax for async foreach and async using</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/15de211a35081b59bac4e3f14b8c2ac7326df1d5"><code>15de211</code></a> Implement RangeExpressionSyntaxWrapper for C# 8</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/00b201eb7e4872fff3cb142a5e394a0f1c347221"><code>00b201e</code></a> Update ClassOrStructConstraintSyntax for C# 8</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/0475f2cd94abbf71865e805aabc60f5ac7cf520e"><code>0475f2c</code></a> Add pattern matching syntax types for C# 8</li> <li>Additional commits viewable in <a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.66">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=StyleCop.Analyzers&package-manager=nuget&previous-version=1.2.0-beta.376&new-version=1.2.0-beta.66)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
OVERLORD added the pull-request label 2026-02-07 06:37:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11388