RequireOrderedAspects
Gets or sets a value indicating whether an error should be reported if the compilation uses aspects that
are not explicitly ordered.
To enable this option in a test, add this comment to your test file: // @RequireOrderedAspects
.
Declaration
public bool? RequireOrderedAspects { get; set; }
Property Value
Type | Description |
---|---|
bool? |