MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsReferences
Open sandboxFocus

TestOptions.References Property

References

Gets the list of assembly names that should be included in the compilation. To add a named assembly reference, add this comment to your test file: // @AssemblyReference(assemblyName).

Declaration
public List<TestAssemblyReference> References { get; }
Property Value
Type Description
List<TestAssemblyReference>