cake-build/cake

Add helper for argument validation

Open

#1,561 opened on Apr 3, 2017

View on GitHub
 (55 comments) (1 reaction) (0 assignees)C# (3,742 stars) (738 forks)batch import
Help wantedUp-for-grabs

Description

Each Cake addin requires some kind of argument validation (or at least should :). Instead of having to implement this in every addin it would be nice if this could be provided for common cases (null check, empty string check, ...) by Cake.Core.

Contributor guide