Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump stylecop.analyzers from 1.2.0-beta.507 to 1.2.0-bet…
…a.556 in /integrationtests (#3705) Bumps [stylecop.analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.507 to 1.2.0-beta.556. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases">stylecop.analyzers's releases</a>.</em></p> <blockquote> <h2>1.2.0-beta.556</h2> <h2>What's Changed</h2> <ul> <li>Update SA1011 to forbid trailing space before the end of a switch case by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3674">DotNetAnalyzers/StyleCopAnalyzers#3674</a></li> <li>Rewrite IOperationWrapper as a wrapper structure around IOperation by <a href="https://github.com/sharwell"><code>@sharwell</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3611">DotNetAnalyzers/StyleCopAnalyzers#3611</a></li> <li>Update SA1202 to support interfaces (C# 8) and records (C# 9, 10) by <a href="https://github.com/sharwell"><code>@sharwell</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3694">DotNetAnalyzers/StyleCopAnalyzers#3694</a></li> <li>Update documentation for SA1308 to also mention prefix "t_" by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3697">DotNetAnalyzers/StyleCopAnalyzers#3697</a></li> <li>Update SA1642 and its code fix to handle record structs correctly by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3696">DotNetAnalyzers/StyleCopAnalyzers#3696</a></li> <li>Update dependencies by <a href="https://github.com/sharwell"><code>@sharwell</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3700">DotNetAnalyzers/StyleCopAnalyzers#3700</a></li> <li>Mark several test classes as partial by <a href="https://github.com/sharwell"><code>@sharwell</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3702">DotNetAnalyzers/StyleCopAnalyzers#3702</a></li> <li>Add missing test files and fix inheritance by <a href="https://github.com/sharwell"><code>@sharwell</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3703">DotNetAnalyzers/StyleCopAnalyzers#3703</a></li> <li>Generate and validate derived test classes by <a href="https://github.com/sharwell"><code>@sharwell</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3704">DotNetAnalyzers/StyleCopAnalyzers#3704</a></li> <li>Update SA1011 to not require space before a range operator by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3709">DotNetAnalyzers/StyleCopAnalyzers#3709</a></li> <li>Update SA1131 to treat methods as constants by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3710">DotNetAnalyzers/StyleCopAnalyzers#3710</a></li> <li>Avoid allocations in CanWrap... methods by <a href="https://github.com/martin-strecker-sonarsource"><code>@martin-strecker-sonarsource</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3711">DotNetAnalyzers/StyleCopAnalyzers#3711</a></li> <li>Update SA1648 to accept inheritdoc on members implemented from static abstract/virtual interface members by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3715">DotNetAnalyzers/StyleCopAnalyzers#3715</a></li> <li>Update SA1600 to also handle records by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3725">DotNetAnalyzers/StyleCopAnalyzers#3725</a></li> <li>Update SA1119 to allow parenthesis around a ref ternary conditional expression when it is the left-hand side of an assigment by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3737">DotNetAnalyzers/StyleCopAnalyzers#3737</a></li> <li>Update SA1119 to allow parenthesized switch expressions followed by an invocation by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3733">DotNetAnalyzers/StyleCopAnalyzers#3733</a></li> <li>Add c# 12 test project by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3734">DotNetAnalyzers/StyleCopAnalyzers#3734</a></li> <li>Run tests in parallel jobs by <a href="https://github.com/sharwell"><code>@sharwell</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3740">DotNetAnalyzers/StyleCopAnalyzers#3740</a></li> <li>Update SA1010 to accept whitespace before collection initializers by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3745">DotNetAnalyzers/StyleCopAnalyzers#3745</a></li> <li>Update SA1513 to not require a blank line if the closing brace is at the end of a collection expression by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3746">DotNetAnalyzers/StyleCopAnalyzers#3746</a></li> <li>Update SA1118 to allow multi-line collection expressions by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3749">DotNetAnalyzers/StyleCopAnalyzers#3749</a></li> <li>Update SA1009 to require a space after the closing parenthesis if it is followed by ++ or -- from a prefix unary expression by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3750">DotNetAnalyzers/StyleCopAnalyzers#3750</a></li> <li>Update SA1008 to allow space before the opening parenthesis of a using alias definition of a tuple type by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3748">DotNetAnalyzers/StyleCopAnalyzers#3748</a></li> <li>Update documentation for SA1102 to contain compilable code examples by <a href="https://github.com/arphox"><code>@arphox</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3755">DotNetAnalyzers/StyleCopAnalyzers#3755</a></li> <li>Update SA1008 to not crash if there is no previous token by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3741">DotNetAnalyzers/StyleCopAnalyzers#3741</a></li> <li>Change default value of test property CodeActionValidationMode to SemanticStructure instead of None and update so that tests still pass by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3753">DotNetAnalyzers/StyleCopAnalyzers#3753</a></li> <li>Allow inheritdoc for class constructors with base types by <a href="https://github.com/MartyIX"><code>@MartyIX</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3719">DotNetAnalyzers/StyleCopAnalyzers#3719</a></li> <li>Fix that SA1134 Fix All maybe non-deterministic by <a href="https://github.com/pdelvo"><code>@pdelvo</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/2853">DotNetAnalyzers/StyleCopAnalyzers#2853</a></li> <li>Coverage improvements by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3675">DotNetAnalyzers/StyleCopAnalyzers#3675</a></li> <li>Fix SA1131 to not treat "complex" expressions as a literal by <a href="https://github.com/bjornhellander"><code>@bjornhellander</code></a> in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3760">DotNetAnalyzers/StyleCopAnalyzers#3760</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/martin-strecker-sonarsource"><code>@martin-strecker-sonarsource</code></a> made their first contribution in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3711">DotNetAnalyzers/StyleCopAnalyzers#3711</a></li> <li><a href="https://github.com/arphox"><code>@arphox</code></a> made their first contribution in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3755">DotNetAnalyzers/StyleCopAnalyzers#3755</a></li> <li><a href="https://github.com/MartyIX"><code>@MartyIX</code></a> made their first contribution in <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3719">DotNetAnalyzers/StyleCopAnalyzers#3719</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.507...1.2.0-beta.556">https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.507...1.2.0-beta.556</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/73a46ae2e65e7870fefe35e2c4c12bb7152f4ec5"><code>73a46ae</code></a> Merge pull request <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3760">#3760</a> from bjornhellander/feature/sa1131-left-expressions</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/e099358f7d0e9bf67a815aaca22158e626cc584d"><code>e099358</code></a> Fix review comments</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/32646fb805f7c19d3096b998342c120b34fa7fdf"><code>32646fb</code></a> Fix SA1131 to not treat "complex" expressions as a literal</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/36cc2ccd4b9d38a4f6a6298d725c54a7e97460b4"><code>36cc2cc</code></a> Merge pull request <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3675">#3675</a> from bjornhellander/feature/coverage</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/d91d67404bc5f07420932695c63b859740e37cff"><code>d91d674</code></a> Merge pull request <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/2853">#2853</a> from pdelvo/SA1134NonDeterminism</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/fbeef562e2c07bb535d14ab82c29b47dafaf549f"><code>fbeef56</code></a> Generalize tests for SA1600 concerning partial types</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/ce891205a0c83e6c67431a2124dbe2601f2f9612"><code>ce89120</code></a> Merged from master</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/69d477fc20ca89a6ed54094a02549985aa894b37"><code>69d477f</code></a> Merge pull request <a href="https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3719">#3719</a> from MartyIX/issue2575</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/5431f37b057710304df13e5cac67dcb884f5e5f3"><code>5431f37</code></a> Merge remote-tracking branch 'DotNetAnalyzers/master' into SA1134NonDeterminism</li> <li><a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/baebf75a3d9a734161eb43e34e4a52554a6a921d"><code>baebf75</code></a> Fix review comments</li> <li>Additional commits viewable in <a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.507...1.2.0-beta.556">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.507&new-version=1.2.0-beta.556)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information