Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 339 Bytes

File metadata and controls

22 lines (15 loc) · 339 Bytes

AOT0002: DoNotUseReflectionEmit

Property Value
Id AOT0002
Category AOT
Severity Info

Example

Code with Diagnostic

// AOT0002: System.Reflection.Emit is not supported
using System.Reflection.Emit;

Code with Fix