Releases: BenMorris/NetArchTest
Releases · BenMorris/NetArchTest
v1.1.3
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
v1.1.1
- A call to
GetResults()
on aConditionList
now also returns a list of failing types. This constitutes a breaking change as the result is now aTestResult
instance rather than a boolean value. - Duplicate types are not longer returned in a call to GetResults() on a
ConditionList