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
Copy file name to clipboardExpand all lines: src/NetArchTest.Rules/NetArchTest.csproj
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<Version>1.3.4</Version>
6
6
<Authors>NeVeSpl</Authors>
7
7
<Product>NetArchTest.eNhancedEdition </Product>
8
-
<Description>A fluent API for .Net Standard that can enforce architectural rules in unit tests.</Description>
8
+
<Description>A fluent API for .Net Standard that can enforce architectural rules in unit tests. Improved version, built upon NetArchTest.Rules v1.3.2.</Description>
Copy file name to clipboardExpand all lines: src/NetArchTest.Rules/TestResult.cs
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
usingSystem.Collections.Generic;
1
+
usingSystem;
2
+
usingSystem.Collections.Generic;
2
3
usingSystem.Diagnostics;
3
4
usingSystem.Linq;
4
5
usingNetArchTest.Assemblies;
@@ -27,7 +28,7 @@ private TestResult()
27
28
/// <remarks>
28
29
/// This method loads all the types and may throw dependency loading errors if the test project does not have a direct dependency on the type being loaded.
0 commit comments