Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 526 Bytes

File metadata and controls

10 lines (8 loc) · 526 Bytes

AtCoderAnalyzers

https://www.nuget.org/packages/AtCoderAnalyzer

Rule ID Category Severity Notes
AC0001 Overflow Warning int multiply expression is assigned to long
AC0002 Overflow Warning int left shift expression is assigned to long
AC0007 Type Define Info Operator method doesn't have [MethodImpl(MethodImplOptions.AggressiveInlining)] attribute
AC0008 Type Define Error Not defined operator type