pub fn run_dotnet_command_if_installed(
    path: impl AsRef<Path>,
    command: &str
) -> Result<String, Error>
Expand description

If dotnet is installed, run the command as dotnet command from path, ignore and succeed otherwise.