Skip to content

Conversation

@josefpihrt
Copy link
Collaborator

@josefpihrt josefpihrt commented Aug 31, 2025

fixes #1681

@josefpihrt josefpihrt self-assigned this Aug 31, 2025
@josefpihrt josefpihrt merged commit feade75 into main Nov 22, 2025
17 checks passed
@josefpihrt josefpihrt deleted the fix/analyzers/rcs1146 branch November 22, 2025 20:49
This was referenced Dec 27, 2025
evgenygunko pushed a commit to evgenygunko/Translations that referenced this pull request Jan 1, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | nuget | minor | `4.14.1` -> `4.15.0` |

---

### Release Notes

<details>
<summary>dotnet/roslynator (Roslynator.Analyzers)</summary>

### [`v4.15.0`](https://github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4150---2025-12-14)

##### Added

-   Add option `roslynator_null_conditional_operator.avoid_negative_boolean_comparison` ([PR](dotnet/roslynator#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](dotnet/roslynator#1710))
-   \[CLI] Fix `loc` command ([PR](dotnet/roslynator#1711))
-   Exclude ref-field backed properties from [RCS1085](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1085) ([PR](dotnet/roslynator#1718) by [@&#8203;ovska](https://github.com/ovska))
-   \[CLI] Fix `rename-symbol` scope option not being applied correctly ([PR](dotnet/roslynator#1720) by [@&#8203;andrtmschkw](https://github.com/andrtmschkw))
-   \[CLI] Fix `rename-symbol` support for top-level statement ([PR](dotnet/roslynator#1721) by [@&#8203;andrtmschkw](https://github.com/andrtmschkw))

##### Changed

-   Migrate to  .NET 10 (including command-line tool) ([PR](dotnet/roslynator#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 PR is renamed to start with "rebase!".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RCS1146 - Add option to ignore != false cases

2 participants