Source: Al0095AvoidExpressionCompileAnalyzer.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
Expression.Compile() uses Reflection.Emit which is unavailable in AOT, falling back to a significantly slower interpreted mode.
Bad Code
Good Code
Properties
- Category: AOT Testing
- Severity: Warning
- Enabled by default: True
- Code fix available: False
