Tyrrrz / CliFx

Class-first framework for building command-line interfaces
MIT License
1.48k stars 60 forks source link

Pr/nullable #34

Closed thorhj closed 4 years ago

thorhj commented 4 years ago

This PR should eliminate all warnings related to nullable reference types. It does have some structual changes in that it introduces an ICommandSchema interface and a mocking framework (NSubstitute) for the test project.

Tyrrrz commented 4 years ago

Hi, thanks for the PR. Can you please clarify the purpose of ICommandSchema in these changes?

Tyrrrz commented 4 years ago

Gonna close this because there were just too many changes after #36.