We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255fa08 commit 79ef1c0Copy full SHA for 79ef1c0
ChangeLog.md
@@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
28
### Added
29
30
+- Add option `roslynator_nul_conditional_operator.avoid_negative_boolean_comparison` ([PR](https://github.com/dotnet/roslynator/pull/1688))
31
+ - Do not suggest to use null-conditional operator when result would be `... != true/false`
32
+ - Applicable for [RCS1146](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1146)
33
- [CLI] Add support for GitLab analyzer reports ([PR](https://github.com/dotnet/roslynator/pull/1633))
34
35
### Fixed
0 commit comments