Skip to content

Commit

Permalink
Remove type constraint for dictionary keys in Arguments.Add
Browse files Browse the repository at this point in the history
  • Loading branch information
arodus committed Aug 28, 2018
1 parent b1ce409 commit 05eae7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Nuke.Common/Tooling/Arguments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public Arguments Add<TKey, TValue>(
char? separator = null,
char? disallowed = null,
bool quoteMultiple = false)
where TValue : class
{
if (dictionary == null || dictionary.Count == 0)
return this;
Expand Down

0 comments on commit 05eae7f

Please sign in to comment.