예제 #1
0
 public static UriString GetUriFromRepository(this IGitRepositoryInfo repoInfo)
 {
     return(repoInfo.GetRepoFromIGit()?.GetUri());
 }