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

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