Exemplo n.º 1
0
        public Task <JArray> GetIssueResolutions()
        {
            var file = _localDirs.GetIssueResolutionsFile();

            Logger.Trace("Get issue resolutions from file: {file}", file.FullName);
            return(LoadJsonFromFile <JArray>(file));
        }