Checks if the command’s class name matches the naming convention.
Rule should check if the class name is a combination of Service +CommandName + Command which is basically the name property of the command.
e.g. A command for installing app in teams
Service : Teams
CommandName: App Install
Name property: TEAMS_APP_INSTALL.
And the class name should be TeamsAppInstallCommand
Checks if the command’s class name matches the naming convention.
Rule should check if the class name is a combination of
Service+CommandName+ Command which is basically the name property of the command.e.g. A command for installing app in teams
Service : Teams
CommandName: App Install
Name property: TEAMS_APP_INSTALL.
And the class name should be TeamsAppInstallCommand