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
Add an optional ICommandStoreWithCount interface which exposes a RegisteredCommandCount property
DIM a TryGetRegisteredCommandCount method
I'm not entirely sure all command stores would be able to provide a count, which is why I'm thinking of implementing it this way. However, it's entirely possible that I'm wrong and I could just take the breaking change.
It would be nice to have a method that returns all commands in the command store.
Currently I am using the reflection way as per the samples to retrieve all commands:
Finite.Commands/samples/Console/LineReaderService.cs
Lines 45 to 48 in 773bb4a
The text was updated successfully, but these errors were encountered: