-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement dependecy checking for each module
- Loading branch information
1 parent
b5fd1bf
commit c05422d
Showing
3 changed files
with
3 additions
and
41 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
...itial-architecture/Src/Fitnet.ArchitectureTests/Common/Predicates/PredicatesExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 0 additions & 39 deletions
39
...l-architecture/Src/Fitnet.ArchitectureTests/Contracts/ContractsModuleArchitectureTests.cs
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
Chapter-1-initial-architecture/Src/Fitnet.ArchitectureTests/GlobalUsings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
global using System.Reflection; | ||
global using EvolutionaryArchitecture.Fitnet.ArchitectureTests.Common.Predicates; | ||
global using FluentAssertions; | ||
global using NetArchTest.Rules; | ||
global using Xunit; |