MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsExclude­Assembly­Attributes
Open sandboxFocus

TestOptions.ExcludeAssemblyAttributes Property

ExcludeAssemblyAttributes

Gets or sets a value indicating that assembly-wide attributes should not be added to the test output. The default value is false. To enable this option in a test, add this comment to your test file: // @ExcludeAssemblyAttributes.

Declaration
public Nullable<bool> ExcludeAssemblyAttributes { get; set; }
Property Value
Type Description
Nullable<Boolean>