MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsRequire­Ordered­Aspects
Open sandboxFocus

TestOptions.RequireOrderedAspects Property

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 Nullable<bool> RequireOrderedAspects { get; set; }
Property Value
Type Description
Nullable<Boolean>