Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The Managed Minimum rules focus on the most critical problems in your code, including potential security holes, application crashes, and other important logic and design errors. Include this rule set in any custom rule set you create for your projects.
| Rule | Description |
|---|---|
| CA1001 | Types that own disposable fields should be disposable |
| CA1821 | Remove empty finalizers |
| CA2213 | Disposable fields should be disposed |
| CA2231 | Overload operator equals on overriding ValueType.Equals |