Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 328 Bytes

File metadata and controls

22 lines (15 loc) · 328 Bytes

AOT0003: TypeGetType

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