suppressing a bunch of stuff because murtaugh's law

This commit is contained in:
Brendan Forster
2015-05-22 17:03:21 +09:30
parent 7f95f55d47
commit 4d77f0eee1
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -90,6 +90,7 @@ namespace Octokit
/// The address to point this client to such as https://api.github.com or the URL to a GitHub Enterprise
/// instance</param>
/// <param name="credentialStore">Provides credentials to the client when making requests</param>
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")]
public Connection(ProductHeaderValue productInformation, Uri baseAddress, ICredentialStore credentialStore)
: this(productInformation, baseAddress, credentialStore, new HttpClientAdapter(), new SimpleJsonSerializer())
{