This commit is contained in:
m-kovalsky 2021-02-04 19:14:50 +02:00 коммит произвёл GitHub
Родитель 4651f4dfaf
Коммит af7da63be8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,6 @@ Following these steps will automatically load the Best Practice Rules into your
System.Net.WebClient w = new System.Net.WebClient();
string userName = System.Environment.UserName;
string path = System.Environment.GetFolderPath(System.Environment.SpecialFolder.LocalApplicationData);
string url = "https://raw.githubusercontent.com/microsoft/Analysis-Services/master/BestPracticeRules/BPARules.json";
string downloadLoc = path+@"\TabularEditor\BPARules.json";