After updating the spectre.console.cli package from version 0.53.1 to 0.55.0 the modifier of the ExecuteAsync() and Validate() methods is changed from public to protected. With that all my unit tests for the commands don't work anymore.
Is there a other way how I can test the commands?
After updating the
spectre.console.clipackage from version0.53.1to0.55.0the modifier of theExecuteAsync()andValidate()methods is changed frompublictoprotected. With that all my unit tests for the commands don't work anymore.Is there a other way how I can test the commands?