Skip to content

Commit 1d92758

Browse files
authored
Update README.md
1 parent bf420ea commit 1d92758

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ NetArchTest is well established mature library, but in order to push things forw
1313

1414
What **eNhancedEdition** has to offer, that is not available in the NetArchTest v1.3.2:
1515
- [Slices](#slices)
16-
- implemented BenMorris/NetArchTest#105 - dependency search functions: HaveDependencyOnAny/OnlyHaveDependencyOn explain why a type fails test through [IType.Explanation](documentation/api.md#itypeexplanation)
16+
- added BenMorris/NetArchTest#105 - dependency search functions: HaveDependencyOnAny/OnlyHaveDependencyOn explain why a type fails test through [IType.Explanation](documentation/api.md#itypeexplanation)
1717
- fixed BenMorris/NetArchTest#98 - ResideInNamespaceMatching with nested+internal types
1818
- fixed BenMorris/NetArchTest#101 - Conditions.OnlyHaveDependenciessOn fails when switch expression is used
1919
- fixed BenMorris/NetArchTest#119 - Fixed nulls for Success result
2020
- 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
2225

2326
## Index
2427

@@ -28,7 +31,8 @@ What **eNhancedEdition** has to offer, that is not available in the NetArchTest
2831
* [Dependency search](#dependency-search)
2932
* [Slices](#slices)
3033
* [Custom rules](#custom-rules)
31-
* Limitations
34+
* [Options](#options)
35+
* [Limitations](#limitations)
3236
* API
3337
* [Types](documentation/api.md#types)
3438
* [Predicate](documentation/api.md#predicate)
@@ -37,6 +41,7 @@ What **eNhancedEdition** has to offer, that is not available in the NetArchTest
3741
* [ConditionList](documentation/api.md#conditionList)
3842
* [TestResult](documentation/api.md#testResult)
3943
* [IType](documentation/api.md#itype)
44+
* [Options](documentation/api.md#options)
4045

4146

4247

@@ -181,3 +186,9 @@ var result = Types.InCurrentDomain()
181186
.GetResult()
182187
.IsSuccessful;
183188
```
189+
190+
191+
## Options
192+
193+
## Limitations
194+

0 commit comments

Comments
 (0)