module
Analyzer::CSharp::Common
Direct including types
- Analyzer::CSharp::AspNetCoreMvc
- Analyzer::CSharp::AspNetMvc
- Analyzer::CSharp::Carter
- Analyzer::CSharp::FastEndpoints
Defined in:
analyzer/analyzers/csharp/common.crClass Method Summary
-
.csharp_test_path?(path : String) : Bool
Standard .NET test-source conventions:
Class Method Detail
Standard .NET test-source conventions:
/test/and/tests/parent directories — Microsoft's own repos park unit + integration tests undersrc/<Project>/test/...(aspnetcore) ortests/...(smaller solutions)./testassets/— aspnetcore's helper-controller convention for spinning up a real server inside the test harness.Tests.cs/Test.csfilename — xUnit / NUnit / MSTest suffix convention.
dotnet/aspnetcore alone parks ~3,600 phantom endpoints under
src/Mvc/test/... and similar trees. Production code never
adopts any of these.