roslynator icon indicating copy to clipboard operation
roslynator copied to clipboard

RCS9003 - Only works with binary expressions

Open glen-84 opened this issue 5 months ago • 0 comments

It would be good if things like this were also flagged:

// 'configureServices' is not null here.
configureServices?.Invoke(services);
var pickle = input?.Pickles!.First()?.ButterPickle;
//                ^                 ^

etc.

glen-84 avatar Jun 05 '25 10:06 glen-84