From 7fd4ce00f0a35ad99c342d844a2418e035fddb11 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 28 Oct 2024 22:11:44 +0000
Subject: [PATCH] chore(lint deps): update dependency roslynator.analyzers to
4.12.9 (#73)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Roslynator.Analyzers](https://redirect.github.com/dotnet/roslynator)
| `4.12.4` -> `4.12.9` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.12.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Roslynator.Analyzers/4.12.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Roslynator.Analyzers/4.12.4/4.12.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.12.4/4.12.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
dotnet/roslynator (Roslynator.Analyzers)
###
[`v4.12.9`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4129---2024-10-25)
##### Fixed
- Fix analyzer
[RCS1090](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1090)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1566))
- Fix analyzer
[RCS1124](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1124)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1572))
- \[CLI] Fix command `generate-doc`
([PR](https://redirect.github.com/dotnet/roslynator/pull/1568),
[PR](https://redirect.github.com/dotnet/roslynator/pull/1570))
##### Changed
- Update analyzer
[RCS1077](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1653))
- Do not suggest to change `list.FirstOrDefault(predicate)` to
`list.Find(predicate)`.
Performance gain is negligible and actually `FirstOrDefault` can be even
faster on .NET 9 (see related
[issue](https://redirect.github.com/dotnet/roslynator/pull/1531) for
more details).
###
[`v4.12.8`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4128---2024-10-11)
##### Fixed
- Fix analyzer
[RCS0053](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0053)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1547))
- Fix analyzer
[RCS1223](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1223)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1552))
- Fix analyzer
[RCS1140](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1140)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1554))
- Fix analyzer
[RCS1096](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1096)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1558))
- \[CLI] Improve removing of unused symbols
([PR](https://redirect.github.com/dotnet/roslynator/pull/1550))
- \[CLI] Fix command `generate-doc`
([PR](https://redirect.github.com/dotnet/roslynator/pull/1559))
###
[`v4.12.7`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4127---2024-10-01)
##### Fixed
- Fix analyzer
[RCS1202](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1202)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1542))
- Fix analyzer
[RCS1246](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1246)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1543))
- Fix analyzer
[RCS1140](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1140)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1524))
- Fix analyzer
[RCS1077](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1544))
##### Changed
- Add support for duck-typed awaitables and task-like types for
Task/Async-related analyzers
([PR](https://redirect.github.com/dotnet/roslynator/pull/1535))
- Affects the following analyzers:
-
[RCS1046](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046)
-
[RCS1047](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1047)
-
[RCS1090](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1090)
-
[RCS1174](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1174)
-
[RCS1229](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1229)
-
[RCS1261](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261)
- Affects refactoring
[RR0209](https://josefpihrt.github.io/docs/roslynator/refactorings/RR0209)
###
[`v4.12.6`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4126---2024-09-23)
##### Added
- Analyzer
[RCS1077](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077)
now suggests to use `Order` instead of `OrderBy`
([PR](https://redirect.github.com/dotnet/roslynator/pull/1522))
##### Fixed
- Fix analyzer
[RCS0053](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0053)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1518))
- Fix analyzer
[RCS0056](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0056)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1521))
- Fix analyzer
[RCS1181](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1181)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1526))
- Fix analyzer
[RCS0005](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0005)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1533))
- Fix analyzer
[RCS1181](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1181)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1534))
###
[`v4.12.5`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4125---2024-09-13)
##### Fixed
- Fix analyzer
[RCS1182](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1182)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1502))
- Fix analyzer
[RCS1198](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1198)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1501))
- Fix analyzer
[RCS1214](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1214)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1500))
- Fix analyzer
[RCS1018](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1018)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1510))
- Fix analyzer
[RCS1264](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1264)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1511))
- Fix analyzer
[RCS0053](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0053)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1512))
- Fix analyzer
[RCS0056](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0056)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1514))
##### Changed
- Bump Roslyn to 4.11.0
([PR](https://redirect.github.com/dotnet/roslynator/pull/1483))
- Applies to CLI and testing library.
##### Removed
- \[CLI] Remove support for .NET SDK 6
([PR](https://redirect.github.com/dotnet/roslynator/pull/1483))
---
### Configuration
📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **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.
---
- [ ] 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/smartive/cas-fee-adv-mumble-api).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
Directory.Build.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Directory.Build.props b/Directory.Build.props
index 4bbc38b..f785e9d 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -15,7 +15,7 @@
Version="9.32.0.97167"
PrivateAssets="all"
Condition="$(MSBuildProjectExtension) == '.csproj'" />
-
+