Skip to content

Commit 760486b

Browse files
chore(deps): update dependency roslynator.analyzers to 4.15.0 (#4236)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Roslynator.Analyzers](https://redirect.github.com/dotnet/roslynator) | `4.14.1` -> `4.15.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.15.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.14.1/4.15.0?slim=true) | --- ### Release Notes <details> <summary>dotnet/roslynator (Roslynator.Analyzers)</summary> ### [`v4.15.0`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4150---2025-12-14) ##### Added - Add option `roslynator_null_conditional_operator.avoid_negative_boolean_comparison` ([PR](https://redirect.github.com/dotnet/roslynator/pull/1688)) - Do not suggest to use null-conditional operator when result would be `... != true/false` - Applicable for [RCS1146](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1146) ##### Fixed - Fix analyzer [RCS1172](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1172) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1710)) - \[CLI] Fix `loc` command ([PR](https://redirect.github.com/dotnet/roslynator/pull/1711)) - Exclude ref-field backed properties from [RCS1085](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1085) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1718) by [@&#8203;ovska](https://redirect.github.com/ovska)) - \[CLI] Fix `rename-symbol` scope option not being applied correctly ([PR](https://redirect.github.com/dotnet/roslynator/pull/1720) by [@&#8203;andrtmschkw](https://redirect.github.com/andrtmschkw)) - \[CLI] Fix `rename-symbol` support for top-level statement ([PR](https://redirect.github.com/dotnet/roslynator/pull/1721) by [@&#8203;andrtmschkw](https://redirect.github.com/andrtmschkw)) ##### Changed - Migrate to .NET 10 (including command-line tool) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1727)) </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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe2a8c7 commit 760486b

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.1" PrivateAssets="All" />
30+
<PackageReference Include="Roslynator.Analyzers" Version="4.15.0" 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
@@ -35,7 +35,7 @@
3535
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.9.50" />
3636
<PackageVersion Include="PublicApiGenerator" Version="11.5.4" />
3737
<PackageVersion Include="Reactive.Wasm" Version="3.0.1" />
38-
<PackageVersion Include="Roslynator.Analyzers" Version="4.14.1" />
38+
<PackageVersion Include="Roslynator.Analyzers" Version="4.15.0" />
3939
<PackageVersion Include="Splat" Version="$(SplatVersion)" />
4040
<PackageVersion Include="Splat.Autofac" Version="$(SplatVersion)" />
4141
<PackageVersion Include="Splat.Drawing" Version="$(SplatVersion)" />

0 commit comments

Comments
 (0)