DotNetTestSettings.FindAssemblies property

Called to find the test assemblies.

public Func<DotNetBuildSettings, IReadOnlyList<string>>? FindAssemblies { get; set; }

See Also