AOT0002: DoNotUseReflectionEmit

October 2, 2019 ยท View on GitHub

PropertyValue
IdAOT0002
CategoryAOT
SeverityInfo

Example

Code with Diagnostic

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

Code with Fix

Contents

  1. 1Example
  2. 1.1Code with Diagnostic
  3. 1.2Code with Fix