fix(codeql): Stop scanning C# template assets
Rename the dotnet backend example assets out of the C# source path so CodeQL no longer performs low-quality C# extraction on standalone template files with no project build context. Update the implementation playbook links to the new template filenames.
This commit is contained in:
@@ -793,7 +793,7 @@ public class ProductsApiTests : IClassFixture<WebApplicationFactory<Program>>
|
||||
|
||||
## Resources
|
||||
|
||||
- **assets/service-template.cs**: Complete service implementation template
|
||||
- **assets/repository-template.cs**: Repository pattern implementation
|
||||
- **assets/service-template.cs.template**: Complete service implementation template
|
||||
- **assets/repository-template.cs.template**: Repository pattern implementation
|
||||
- **references/ef-core-best-practices.md**: EF Core optimization guide
|
||||
- **references/dapper-patterns.md**: Advanced Dapper usage patterns
|
||||
|
||||
Reference in New Issue
Block a user