StubbleOrg / Stubble

Trimmed down {{mustache}} templates in .NET
Other
399 stars 58 forks source link

Allow methods with only default parameters to be called #128

Closed Romanx closed 2 years ago

Romanx commented 2 years ago

This isn't a breaking change since methods with default parameters are effectively zero arity since when called they will use the defaults values.

fixes #127

codecov[bot] commented 2 years ago

Codecov Report

Merging #128 (6e6abca) into master (5933194) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 6e6abca differs from pull request most recent head 1d11589. Consider uploading reports for the commit 1d11589 to get more accurate results

@@           Coverage Diff           @@
##           master     #128   +/-   ##
=======================================
  Coverage   93.06%   93.06%           
=======================================
  Files          76       76           
  Lines        2092     2092           
  Branches      378      378           
=======================================
  Hits         1947     1947           
  Misses         76       76           
  Partials       69       69           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.