RefactoringEssentials icon indicating copy to clipboard operation
RefactoringEssentials copied to clipboard

False positive RECS0098 Remove redundant right side

Open sm-g opened this issue 6 years ago • 0 comments

int firstItemHash = _collection.FirstOrDefault()?.GetHashCode() ?? 0;

sm-g avatar Oct 08 '18 13:10 sm-g