Info
Version: | 0.1.0 |
Author(s): | Armin Weißer |
Last Update: | Wednesday, November 28, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/iternity/archlint.cs |
NuGet Url: | https://www.nuget.org/packages/iTernity.archlint |
Install
Install-Package iTernity.archlint
dotnet add package iTernity.archlint
paket add iTernity.archlint
iTernity.archlint Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeAnalysis.CSharp.Workspaces(>= 2.8.2)
Tags
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.