ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Code inspection: Use unsigned right shift operator '>>>'

Last modified: 08 May 2024

This inspection recognizes a cumbersome code pattern that C# developers had to write to perform the unsigned right shift for signed types. It suggests replacing such patterns with the unsigned right shift operator >>>, introduced in C# 11.