Source: Al0109NonInterceptableTracedAnalyzer.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
The source generator that implements[Traced] instrumentation works by intercepting method calls. Abstract methods, extern methods, and partial definition methods cannot be intercepted, so [Traced] on them has no effect.
Bad Code
Good Code
Properties
- Category: OpenTelemetry
- Severity: Warning
- Enabled by default: True
- Code fix available: True
