missed a supresssion

This commit is contained in:
Brendan Forster
2015-05-22 17:11:21 +09:30
parent f0011ccce7
commit 894609e7d9
+1
View File
@@ -21,6 +21,7 @@ namespace Octokit.Internal
readonly IWebProxy _webProxy;
readonly HttpClient _http;
[SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")]
public HttpClientAdapter()
{
var handler = GetHandler();