GR0036: Consider usage of typeof(x) instead of System.Type.GetType.
| Title | Consider usage of typeof(x) instead of System.Type.GetType. |
|---|---|
| Id | GR0036 |
| Category | Maintainability |
| Default Severity | Warning |
| Enabled By Default | True |
| Description | System.Type.GetType may be a misuse of establishling type information. typeof(x) allows for compile time verification of the type. |
| Custom Tags |