From bf4e773bd57fed95f66fc005b305dad73ccce633 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 22 May 2015 17:26:28 +0930 Subject: [PATCH] no tears, only dreams --- Octokit/Clients/ITeamsClient.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Octokit/Clients/ITeamsClient.cs b/Octokit/Clients/ITeamsClient.cs index 191648ed..86c67011 100644 --- a/Octokit/Clients/ITeamsClient.cs +++ b/Octokit/Clients/ITeamsClient.cs @@ -39,6 +39,7 @@ namespace Octokit /// /// Thrown when a general API error occurs. /// A list of the user's s. + [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] Task> GetAllForCurrent(); ///