You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,13 @@
3
3
## [Unreleased]
4
4
5
5
Enhancements:
6
+
* Fix [#211] by [@rlvandaveer] - honor attributes on classes which implement ValidationAttribute
6
7
7
8
Bugs fixed:
8
9
* Fix [#207](https://github.com/natemcmaster/CommandLineUtils/issues/207) by [@jcaillon]: Option for the case sensitivity of command names
/// Adds settings from <see cref="CommandAttribute"/> set
11
-
/// on the model type for <see cref="CommandLineApplication{TModel}"/>.
13
+
/// Adds settings from <see cref="CommandAttribute" /> and <see cref="ValidationAttribute"/> set on the model type for <see cref="CommandLineApplication{TModel}" />.
0 commit comments