コード例 #1
0
ファイル: UriRepository.cs プロジェクト: amai2012/SonarLink
 /// <summary>
 /// Gets the file path of the persisted SonarQube server URLs
 /// </summary>
 /// <returns>The file path of the persisted SonarQube server URLs</returns>
 internal static string GetFilePath()
 {
     return(Path.Combine(PathUtility.AppDataPath(), _filename));
 }