Skip to main content
Source: Al0094AvoidDynamicKeywordAnalyzer.cs

Description

The dynamic keyword relies on Reflection.Emit which is unavailable in Native AOT. Use strongly-typed alternatives.

Bad Code

Good Code

Properties

  • Category: AOT Testing
  • Severity: Warning
  • Enabled by default: True
  • Code fix available: False

Configuration