cake-build/cake

Add helper for argument validation

Open

#1,561 opened on 2017年4月3日

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
 (平均マージ 1d 1h) (30d で 25 merged PRs)

説明

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.

コントリビューターガイド