TestExecutionContext.

DynamicAssemblies Property

Summary

Gets the raw bytes for dynamically compiled assemblies (such as the configuration script).
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public IReadOnlyCollection<byte[]> DynamicAssemblies { get; set; }

Value

Type Description
IReadOnlyCollection<byte[]>
GitHub