-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 7210781
authored
chore(deps): update dependency roslynator.analyzers to 4.12.10 (#3924)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Roslynator.Analyzers](https://redirect.github.com/dotnet/roslynator)
| `4.12.6` -> `4.12.10` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>dotnet/roslynator (Roslynator.Analyzers)</summary>
###
[`v4.12.10`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#41210---2024-12-17)
##### Fixed
- Fix analyzer
[RCS1213](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1213)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1586))
- Improve code fixer for
[RCS1228](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1228)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1585))
- Fix diagnostic message for
[RCS0032](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0032)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1588))
##### Changed
- Update whitespace formatting rules
([PR](https://redirect.github.com/dotnet/roslynator/pull/1576))
- Ensure that diagnostics are not reported with zero length
([PR](https://redirect.github.com/dotnet/roslynator/pull/1590))
###
[`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) by
[@​Qluxzz](https://redirect.github.com/Qluxzz))
- 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) by
[@​Govorunb](https://redirect.github.com/Govorunb))
- 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)
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM5Ljg1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIkRlcGVuZGVuY3kgTWFuYWdlbWVudCJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent a296e20 commit 7210781Copy full SHA for 7210781
1 file changed
+1
-1
lines changedintegrationtests/Directory.Build.props
Copy file name to clipboardexpand all lines: integrationtests/Directory.Build.props+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
0 commit comments