Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NeVeSpl authored Nov 25, 2023
1 parent dc54958 commit 138e96a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ What **eNhancedEdition** has to offer, that is not available in the NetArchTest
- BenMorris/NetArchTest#130 - for generic type, number of type parameters (e.g. `1) is no longer considered as a part of its name
- added new features:
- [Slices](#slices)
- BenMorris/NetArchTest#67 - added predicates: AreOfType, AreNotOfType and conditions: BeOfType, NotBeOfType
- BenMorris/NetArchTest#67 - added rules: AreOfType, AreNotOfType
- BenMorris/NetArchTest#97 - added rules: HaveSourceFileNameMatchingName, HaveSourceFilePathMatchingNamespace
- BenMorris/NetArchTest#100 - differentiate two kinds of immutability : AreImmutable and AreImmutableExternally
- BenMorris/NetArchTest#100 - added rules: AreImmutable, AreImmutableExternally
- BenMorris/NetArchTest#100 - added rules: AreStateless, BeStateless
- BenMorris/NetArchTest#104 - added rule: HaveMatchingTypeWithName
- BenMorris/NetArchTest#105 - dependency search functions: HaveDependencyOnAny/OnlyHaveDependencyOn explain why a type fails test through [IType.Explanation](documentation/api.md#itypeexplanation)
- BenMorris/NetArchTest#126 - added predicates/conditions for structs, enums and delegates
- BenMorris/NetArchTest#131 - added predicates/conditions for all access modifiers: public, internal, private, protected, private protected, protected internal
- BenMorris/NetArchTest#126 - added rules for structs, enums and delegates
- BenMorris/NetArchTest#131 - added rules for all access modifiers: public, internal, private, protected, private protected, protected internal
- BenMorris/NetArchTest#133 - added rules: AreInheritedByAnyType, AreNotInheritedByAnyType


Expand Down

0 comments on commit 138e96a

Please sign in to comment.