Dotnet Architecture Tests

.NET conventions for architecture fitness tests - encoding layer/dependency/naming/isolation rules as tests that fail the build on a violation, so the structure dotnet-architecture prescribes cannot erode silently. Floors at .NET 8 / C# 12. Load when adding or reviewing architecture / fitness tests or enforcing layer/dependency rules, or when the user names NetArchTest, ArchUnitNET, fitness function, architecture test, or dependency rule. Companions: dotnet-testing (the test-suite host), dotnet-architecture (the boundaries enforced), dotnet-code-quality (the analyzer/style counterpart). Do NOT load for runtime behavior tests (dotnet-testing) or analyzer/formatter config (dotnet-code-quality).

envoydev 8f6deba 5.1 KB Updated

File contents

envoydev/claude-stack/tree/main/stack/skills/dotnet-architecture-tests commit 8f6deba75e

Frequently asked questions

npx skillmds@latest add envoydev/dotnet-architecture-tests