SkillAgentSearch skills...

Cake.Incubator

This project contains various experimental but useful extension methods and aliases for Cake

Install / Use

/learn @cake-contrib/Cake.Incubator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CakeBuild Cake.Incubator

Build status NuGet version

This project contains various experimental but useful extension methods and aliases for Cake that over time may become part of the core project

Usage: inside build.cake

This addin is designed to be used inside of cake scripts. To start using it, first you must add a cake preprocessor directive to your script as below.

// NB: always pin your version to avoid breaking changes in newer releases 
#addin "Cake.Incubator&version=x.x.x"
// or
#addin "nuget:?package=Cake.Incubator&version=x.x.x"

When the cake script is run, this will download the latest version of the Cake.Incubator nuget package and will now be available to use inside of the script.

Contributions

Feel free to submit your PR's with your handy aliases or extensions. The only requirement is that they do not introduce additional dependencies to the package.

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated5mo ago
Forks22

Languages

C#

Security Score

77/100

Audited on Nov 4, 2025

No findings