Skip to content

Commit 248d513

Browse files
chore(deps): update dependency roslynator.analyzers to v4.12.0 (#3781)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Roslynator.Analyzers](https://togithub.com/dotnet/roslynator) | `4.11.0` -> `4.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Roslynator.Analyzers/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Roslynator.Analyzers/4.11.0/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.11.0/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/roslynator (Roslynator.Analyzers)</summary> ### [`v4.12.0`](https://togithub.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4120---2024-03-19) ##### Added - Add analyzer "Simplify numeric comparison" [RCS1268](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1268) ([PR](https://togithub.com/dotnet/roslynator/pull/1405) by [@&#8203;jakubreznak](https://togithub.com/jakubreznak)) ##### Fixed - Fix analyzer [RCS1267](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1267) ([PR](https://togithub.com/dotnet/roslynator/pull/1412)) - Fix "Unknown value 'Default'" exception ([PR](https://togithub.com/dotnet/roslynator/pull/1411)) - Fix name of `UnityEngine.SerializeField` attribute ([PR](https://togithub.com/dotnet/roslynator/pull/1419)) - Fix analyzer [RCS1077](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077) ([PR](https://togithub.com/dotnet/roslynator/pull/1421)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00e0674 commit 248d513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtests/Directory.Build.props

+1-1
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.11.0" PrivateAssets="All" />
30+
<PackageReference Include="Roslynator.Analyzers" Version="4.12.0" PrivateAssets="All" />
3131
</ItemGroup>
3232
<ItemGroup>
3333
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\src\stylecop.json" Link="stylecop.json" />

src/Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.133" />
2828
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
2929
<PackageVersion Include="Reactive.Wasm" Version="2.1.2" />
30-
<PackageVersion Include="Roslynator.Analyzers" Version="4.11.0" />
30+
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.0" />
3131
<PackageVersion Include="Splat" Version="$(SplatVersion)" />
3232
<PackageVersion Include="Splat.Autofac" Version="$(SplatVersion)" />
3333
<PackageVersion Include="Splat.Drawing" Version="$(SplatVersion)" />

0 commit comments

Comments
 (0)