Skip to content

Commit cbfc3a7

Browse files
authored
Merge pull request #2 from NeVeSpl/NeVeSpl-patch-2
Update README.md
2 parents 667e4c6 + 7d98c73 commit cbfc3a7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ NetArchTest.eNhancedEdition is based on [NetArchTest v1.3.2](https://github.com/
1111

1212
NetArchTest is well established mature library, but in order to push things forward, a few breaking changes had to be made, and that is how **eNhancedEdition** was born. eNhancedEdition uses almost identical Fluent API as a base library, but it is not 100% backward compatible, and it will never be.
1313

14-
What **eNhancedEdition** has to offer:
14+
What **eNhancedEdition** has to offer, that is not available in the NetArchTest v1.3.2:
1515
- [Slices](#slices)
16-
- solved BenMorris/NetArchTest#105 - dependency search functions: HaveDependencyOnAny/OnlyHaveDependencyOn explain why a type fails test through [IType.Explanation](documentation/api.md#itypeexplanation)
17-
18-
16+
- implemented BenMorris/NetArchTest#105 - dependency search functions: HaveDependencyOnAny/OnlyHaveDependencyOn explain why a type fails test through [IType.Explanation](documentation/api.md#itypeexplanation)
17+
- fixed BenMorris/NetArchTest#98 - ResideInNamespaceMatching with nested+internal types
18+
- fixed BenMorris/NetArchTest#101 - Conditions.OnlyHaveDependenciessOn fails when switch expression is used
19+
- fixed BenMorris/NetArchTest#119 - Fixed nulls for Success result
20+
- fixed BenMorris/NetArchTest#120 - Add support for records and init-only properties
1921

2022
## Index
2123

0 commit comments

Comments
 (0)