Source: Al0082ConsiderConnectionStringAnalyzer.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
Connection strings should come from configuration (appsettings.json, environment variables, or secrets) rather than being hardcoded in source code.Bad Code
Good Code
Properties
- Category: Configuration
- Severity: Info
- Enabled by default: True
- Code fix available: False
