Skip to content

Commit dc54958

Browse files
committed
Update README.md
1 parent 9db5269 commit dc54958

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@ What **eNhancedEdition** has to offer, that is not available in the NetArchTest
1818
- BenMorris/NetArchTest#120,
1919
- NeVeSpl/NetArchTest.eNhancedEdition#3
2020
- corrected design mistakes:
21-
- BenMorris/NetArchTest#119 - Fixed nulls for Success result
21+
- BenMorris/NetArchTest#119 - fixed nulls for Success result
2222
- BenMorris/NetArchTest#130 - for generic type, number of type parameters (e.g. `1) is no longer considered as a part of its name
2323
- added new features:
2424
- [Slices](#slices)
25+
- BenMorris/NetArchTest#67 - added predicates: AreOfType, AreNotOfType and conditions: BeOfType, NotBeOfType
26+
- BenMorris/NetArchTest#97 - added rules: HaveSourceFileNameMatchingName, HaveSourceFilePathMatchingNamespace
27+
- BenMorris/NetArchTest#100 - differentiate two kinds of immutability : AreImmutable and AreImmutableExternally
28+
- BenMorris/NetArchTest#100 - added rules: AreStateless, BeStateless
29+
- BenMorris/NetArchTest#104 - added rule: HaveMatchingTypeWithName
2530
- BenMorris/NetArchTest#105 - dependency search functions: HaveDependencyOnAny/OnlyHaveDependencyOn explain why a type fails test through [IType.Explanation](documentation/api.md#itypeexplanation)
26-
- BenMorris/NetArchTest#126 - Added predicates/conditions for structs, enums and delegates
27-
- BenMorris/NetArchTest#131 - Added predicates/conditions for all access modifiers: public, internal, private, protected, private protected, protected internal
31+
- BenMorris/NetArchTest#126 - added predicates/conditions for structs, enums and delegates
32+
- BenMorris/NetArchTest#131 - added predicates/conditions for all access modifiers: public, internal, private, protected, private protected, protected internal
33+
- BenMorris/NetArchTest#133 - added rules: AreInheritedByAnyType, AreNotInheritedByAnyType
2834

2935

3036
## Index

0 commit comments

Comments
 (0)