You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<RuleSetName="Ruleset for Unity package code in the UnityEngine and UnityEditor namespaces"Description="Code analysis rules for code published by Unity Technologies."ToolsVersion="15.0">
<RuleId="CA1051"Action="None" /> <!-- We have many instance fields, which we cannot easily turn into properties due to needs of serialization systems and il2cpp stripping requirements. -->
<RuleId="CA1815"Action="None" /> <!-- Can fix later -->
<RuleId="CA1030"Action="None" /> <!-- false positive due to our event property syntax -->