Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想定义一个 resharper 规则来检查布尔变量是否以' Is '开头,例如bool IsActive,bool IsSet
bool IsActive
bool IsSet