Source: Al0094AvoidDynamicKeywordAnalyzer.csDocumentation Index
Fetch the complete documentation index at: https://ancplua.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Description
Thedynamic 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
