Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreateCommand did not eliminate static ctors #6

Merged
merged 1 commit into from
Oct 18, 2017

Conversation

julianwb
Copy link
Contributor

As a result a class with a static ctor would cause
'System.MemberAccessException: Type initializer was not callable.'
Eliminate static ctors from consideration
Add tests to confirm bug and then fix
Remove unused 'using' from CommandLineProcessorTests.cs
Fix incorrect cast/null test in
When_first_argument_is_existing_command_name_then_command_is_executed

As a result a class with a static ctor would cause
'System.MemberAccessException: Type initializer was not callable.'
Eliminate static ctors from consideration
Add tests to confirm bug and then fix
Remove unused 'using' from CommandLineProcessorTests.cs
Fix incorrect cast/null test in
When_first_argument_is_existing_command_name_then_command_is_executed
@RicoSuter RicoSuter merged commit 61ea1d3 into RicoSuter:master Oct 18, 2017
@RicoSuter
Copy link
Owner

v3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants