IScriptConventions.

GetDefaultAssemblies(DirectoryPath) Method

Summary

Gets the default assemblies.
Namespace
Cake.Core.Scripting
Containing Type
IScriptConventions

Syntax

IReadOnlyList<Assembly> GetDefaultAssemblies(DirectoryPath root)

Parameters

Name Type Description
root DirectoryPath The root to where to find Cake related assemblies.

Return Value

Type Description
IReadOnlyList<Assembly> A list containing all default assemblies.