CRARCH0014 No test types in production
- Category: Architecture
- Default severity: Error
- Diagnostic ID:
CRARCH0014
What it checks
Section titled “What it checks”Production assemblies must remain independent of test-only infrastructure.
Diagnostic message
Section titled “Diagnostic message”Production code must not reference testing/specification types: '{0}'
How to resolve
Section titled “How to resolve”Remove references to testing and specification types from production code.