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: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,15 @@ NetArchTest is well established mature library, but in order to push things forw
13
13
14
14
What **eNhancedEdition** has to offer, that is not available in the NetArchTest v1.3.2:
15
15
-[Slices](#slices)
16
-
-implementedBenMorris/NetArchTest#105 - dependency search functions: HaveDependencyOnAny/OnlyHaveDependencyOn explain why a type fails test through [IType.Explanation](documentation/api.md#itypeexplanation)
16
+
-addedBenMorris/NetArchTest#105 - dependency search functions: HaveDependencyOnAny/OnlyHaveDependencyOn explain why a type fails test through [IType.Explanation](documentation/api.md#itypeexplanation)
17
17
- fixed BenMorris/NetArchTest#98 - ResideInNamespaceMatching with nested+internal types
18
18
- fixed BenMorris/NetArchTest#101 - Conditions.OnlyHaveDependenciessOn fails when switch expression is used
19
19
- fixed BenMorris/NetArchTest#119 - Fixed nulls for Success result
20
20
- fixed BenMorris/NetArchTest#120 - Add support for records and init-only properties
21
-
- fixed #3 - generic type parameters: `T*`, `T[]`, `T&` were detected as dependencies
21
+
- fixed NeVeSpl/NetArchTest.eNhancedEdition#3 - generic type parameters: `T*`, `T[]`, `T&` were detected as dependencies
22
+
- added BenMorris/NetArchTest#126 - Add support for structs, enums and delegates
23
+
- added BenMorris/NetArchTest#131 - Add support for all access modifiers: public, internal, private, protected, private protected, protected internal
24
+
- fixed BenMorris/NetArchTest#130 - remove number of type parameters (e.g. `1) from the name of generic type
22
25
23
26
## Index
24
27
@@ -28,7 +31,8 @@ What **eNhancedEdition** has to offer, that is not available in the NetArchTest
28
31
*[Dependency search](#dependency-search)
29
32
*[Slices](#slices)
30
33
*[Custom rules](#custom-rules)
31
-
* Limitations
34
+
*[Options](#options)
35
+
*[Limitations](#limitations)
32
36
* API
33
37
*[Types](documentation/api.md#types)
34
38
*[Predicate](documentation/api.md#predicate)
@@ -37,6 +41,7 @@ What **eNhancedEdition** has to offer, that is not available in the NetArchTest
0 commit comments