Skip to content

Commit c339577

Browse files
chore(deps): update dependency roslynator.analyzers to 4.14.1 (#4175)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Roslynator.Analyzers](https://redirect.github.com/dotnet/roslynator) | `4.14.0` -> `4.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.14.0/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/roslynator (Roslynator.Analyzers)</summary> ### [`v4.14.1`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4141---2025-10-05) ##### Added - \[CLI] Add support for `slnx` files ([PR](https://redirect.github.com/dotnet/roslynator/pull/1662) by [@&#8203;darthtrevino](https://redirect.github.com/darthtrevino)) - Bump Roslyn to 4.14.0 - Drop support for .NET 7 SDK ##### Fixed - Fix analyzer [RCS1246](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1246) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1676)) - Fix analyzer [RCS1248](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1248) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1677)) - Fix analyzer [RCS1203](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1683)) - Fix analyzer [RCS1043](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1043) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1684)) - Fix analyzer [RCS1213](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1213) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1686)) - Add unity method `OnRectTransformDimensionsChange` - Fix analyzer [RCS1253](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1253) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1687)) - Fix refactoring [Check expression for null](https://josefpihrt.github.io/docs/roslynator/refactorings/RR0024) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1682)) ##### Changed - Change behavior of analyzer [RCS1206](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1206) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1685)) - The condition for option `omit_when_single_line` will be that the braces/brackets are on the same line, not just the expression in the braces/brackets </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e67aeee commit c339577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828
<ItemGroup>
2929
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
30-
<PackageReference Include="Roslynator.Analyzers" Version="4.14.0" PrivateAssets="All" />
30+
<PackageReference Include="Roslynator.Analyzers" Version="4.14.1" PrivateAssets="All" />
3131
</ItemGroup>
3232
<ItemGroup>
3333
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\src\stylecop.json" Link="stylecop.json" />

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.8.118" />
3434
<PackageVersion Include="PublicApiGenerator" Version="11.4.6" />
3535
<PackageVersion Include="Reactive.Wasm" Version="3.0.1" />
36-
<PackageVersion Include="Roslynator.Analyzers" Version="4.14.0" />
36+
<PackageVersion Include="Roslynator.Analyzers" Version="4.14.1" />
3737
<PackageVersion Include="Splat" Version="$(SplatVersion)" />
3838
<PackageVersion Include="Splat.Autofac" Version="$(SplatVersion)" />
3939
<PackageVersion Include="Splat.Drawing" Version="$(SplatVersion)" />

0 commit comments

Comments
 (0)