1

Resolved

Support BeDecoratedWith<T> on a collection of Types

description

Proposed syntax:

AllTypes.From(permitVisionAssembly)
.ThatImplement<INotifyRuleViolation>()
.Should().BeDecoratedWith<ExceptionHandlingAttribute>();

comments