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 |