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
Fix casing for enums (#64)
* Refactor object types into separate files.
* Ensure that we do a case-insensitive parse of the enum.
* Bump package version in preparation of release.
* Add a couple more tests.
Add support for having a list of arguments just before the start of t… (
#62)
* Add support for having a list of arguments just before the start of the optional arguments.
Add checks for declaring multiple required collection attributes in the same type.
* Ensure that we detect both the case where the attribute is defined twice and the case when the attribute is not the last one defined.
* Add more tests
* Add more test coverage.
* Remove dead code and add additional test.
* Fix codeFactor violations.
* Remove missing files.
Bump up dependencies. (#60)
* Bump up dependencies.
This pulls in the CommandLine version with .NET Standard 2.0 support, meaning we need to pull in that dependency as well when building the project.
Also added a trait to one of the tests who was missing one.
* Bump project version as well.