![]() |
Nuke.Cola
|
Gather build plugins defined as a .NET project following the file name format *.Nuke.csproj. Currently only C# is supported as only C# can declare default interface member implementations.
More...
Public Member Functions | |
| IEnumerable< IHavePlugin > | GatherPlugins (BuildContext context) |
| Gathering plugins from the provided context. | |
| void | InitializeEngine (BuildContext context) |
| One time initialization of the provider. | |
Public Member Functions inherited from Nuke.Cola.BuildPlugins.IProvidePlugins | |
Gather build plugins defined as a .NET project following the file name format *.Nuke.csproj. Currently only C# is supported as only C# can declare default interface member implementations.
Definition at line 17 of file DotnetProjectPluginProvider.cs.
| IEnumerable< IHavePlugin > Nuke.Cola.BuildPlugins.DotnetProjectPluginProvider.GatherPlugins | ( | BuildContext | context | ) |
Gathering plugins from the provided context.
| context |
Implements Nuke.Cola.BuildPlugins.IProvidePlugins.
| void Nuke.Cola.BuildPlugins.DotnetProjectPluginProvider.InitializeEngine | ( | BuildContext | context | ) |
One time initialization of the provider.
Implements Nuke.Cola.BuildPlugins.IProvidePlugins.
Definition at line 26 of file DotnetProjectPluginProvider.cs.