AOT0002: DoNotUseReflectionEmit
October 2, 2019 ยท View on GitHub
| 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
October 2, 2019 ยท View on GitHub
| Property | Value |
|---|---|
| Id | AOT0002 |
| Category | AOT |
| Severity | Info |
// AOT0002: System.Reflection.Emit is not supported
using System.Reflection.Emit;