Skip to content

Conversation

@ovska
Copy link
Contributor

@ovska ovska commented Dec 4, 2025

Fixes #1717

@ovska ovska force-pushed the rcs1085-refbacking branch from 44c9974 to 54ec3c8 Compare December 4, 2025 11:03
josefpihrt
josefpihrt previously approved these changes Dec 9, 2025
Copy link
Collaborator

@josefpihrt josefpihrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update changelog

@josefpihrt josefpihrt self-requested a review December 9, 2025 19:08
@josefpihrt josefpihrt dismissed their stale review December 9, 2025 19:10

Please update changelog

@ovska ovska force-pushed the rcs1085-refbacking branch from 54ec3c8 to 7190f49 Compare December 13, 2025 19:47
@ovska
Copy link
Contributor Author

ovska commented Dec 13, 2025

Done, let me know if the changelog message is acceptable.

@josefpihrt josefpihrt merged commit db4ea75 into dotnet:main Dec 14, 2025
17 checks passed
@josefpihrt
Copy link
Collaborator

@ovska Thanks! 👍

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.

RCS1085 suggests auto-property for ref-field backed properties

2 participants