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# (738 forks)batch import
Help wantedUp-for-grabs

Repository metrics

Stars
 (3,742 stars)
PR merge metrics
 (Avg merge 1d 1h) (25 merged PRs in 30d)

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