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
ObjectPassedAsInterface analysis rule, which detects object references that are passed directly as an interface to a routine.
TooManyDefaultParameters analysis rule, which flags routines with an excessive number of default parameters.
Changed
EmptyBlock now ignores all empty blocks containing an explanatory comment.
TooManyParameters now flags routine declarations instead of implementations, improving support for methods that are virtual, abstract, or on an interface.