Skip to content

Releases: BenMorris/NetArchTest

v1.1.3

22 Mar 07:44
Compare
Choose a tag to compare

Added the following new methods as predicates and conditions:

  • AreImmutable: no fields or properties can be updated
  • AreMutable: at least one field or property can be updated
  • OnlyHaveNullableMembers: All fields are nullable
  • HaveSomeNonNullableMembers: At least one field is non-nullable

v1.1.2

03 Mar 14:46
407bf12
Compare
Choose a tag to compare
  • Added methods that allow you to select types whose namespaces match a regular expression pattern. These have been added both as predicates and conditions.

v1.1.1

27 Dec 17:46
Compare
Choose a tag to compare
  • A call to GetResults() on a ConditionList now also returns a list of failing types. This constitutes a breaking change as the result is now a TestResult instance rather than a boolean value.
  • Duplicate types are not longer returned in a call to GetResults() on a ConditionList