Skip to content

Commit 51801b0

Browse files
chore(deps): update dependency roslynator.analyzers to 4.13.1 (#3984)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Roslynator.Analyzers](https://redirect.github.com/dotnet/roslynator) | `4.13.0` -> `4.13.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Roslynator.Analyzers/4.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Roslynator.Analyzers/4.13.0/4.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.13.0/4.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/roslynator (Roslynator.Analyzers)</summary> ### [`v4.13.1`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4131---2025-02-23) ##### Added - Support custom path of a test file ([PR](https://redirect.github.com/dotnet/roslynator/pull/1609)) - It's possible to specify a directory path and/or a file name of a test file. - Applies to testing library (Roslynator.Testing.\*). </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0bd6de commit 51801b0

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.13.0" PrivateAssets="All" />
30+
<PackageReference Include="Roslynator.Analyzers" Version="4.13.1" 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
@@ -24,7 +24,7 @@
2424
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.7.115" />
2525
<PackageVersion Include="PublicApiGenerator" Version="11.4.2" />
2626
<PackageVersion Include="Reactive.Wasm" Version="2.1.2" />
27-
<PackageVersion Include="Roslynator.Analyzers" Version="4.13.0" />
27+
<PackageVersion Include="Roslynator.Analyzers" Version="4.13.1" />
2828
<PackageVersion Include="Splat" Version="$(SplatVersion)" />
2929
<PackageVersion Include="Splat.Autofac" Version="$(SplatVersion)" />
3030
<PackageVersion Include="Splat.Drawing" Version="$(SplatVersion)" />

0 commit comments

Comments
 (0)