Global linting rules for CrimsonDev.Gameteki C# projects
The package provides static code analysis functions to verify architectural requirements like component structures, layers or dependency rules. At the moment the package is limited to a specific architecture of two concentric layers inspired by the "Clean Architecture" described by Bob Martin. But you can add your own architectural style by implementing the IArchStyle interface.