You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fluent API for .Net Standard that can enforce architectural rules in unit tests.
6
4
@@ -113,16 +111,6 @@ The rules are loaded lazily and executed when the `Evaluate()` method is called.
113
111
114
112
The [ExamplePolicies](https://github.com/BenMorris/NetArchTest/blob/master/samples/NetArchTest.SampleRules/ExamplePolicies.cs) class in the samples demonstrates how to do this.
115
113
116
-
## Source code
117
-
118
-
> I welcome contributions. Please refer to the [contributing guidelines](CONTRIBUTING.md).
119
-
120
-
The solution contains projects in three directories:
121
-
122
-
-*src*: The main Rules library that is available as a package on NuGet. The main dependency is Mono.Cecil.
123
-
-*test*: A set of unit tests for the rules based on XUnit.
124
-
-*samples*: A couple of sample projects that demonstrate some of the possible usage scenarios.
125
-
126
114
## Further reading
127
115
128
116
A more extensive blog post describing the implementation detail is available in [my blog](https://www.ben-morris.com/writing-archunit-style-tests-for-net-and-c-for-self-testing-architectures).
0 commit comments