AOT0003: TypeGetType
October 2, 2019 ยท View on GitHub
| Property | Value |
|---|---|
| Id | AOT0003 |
| Category | AOT |
| Severity | Info |
Example
Code with Diagnostic
// AOT0003: Reflection only works for looking up existing types
Type.GetType("");
Code with Fix
October 2, 2019 ยท View on GitHub
| Property | Value |
|---|---|
| Id | AOT0003 |
| Category | AOT |
| Severity | Info |
// AOT0003: Reflection only works for looking up existing types
Type.GetType("");