summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-04-30 16:15:14 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-04-30 19:44:51 -0700
commit4946b890db2c423e7dadaee11842b9b312ccd029 (patch)
treefda9460d2563f09cf78d50d32419331bac23dc90 /src
parent1d98772fb4e8d05d7fb3532a5554614e9d0eeec5 (diff)
downloadDotNetOpenAuth-4946b890db2c423e7dadaee11842b9b312ccd029.zip
DotNetOpenAuth-4946b890db2c423e7dadaee11842b9b312ccd029.tar.gz
DotNetOpenAuth-4946b890db2c423e7dadaee11842b9b312ccd029.tar.bz2
Suppressed a new FxCop message.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/Messaging/Channel.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/Messaging/Channel.cs b/src/DotNetOpenAuth/Messaging/Channel.cs
index fd06f1f..0abdcfa 100644
--- a/src/DotNetOpenAuth/Messaging/Channel.cs
+++ b/src/DotNetOpenAuth/Messaging/Channel.cs
@@ -25,6 +25,7 @@ namespace DotNetOpenAuth.Messaging {
/// <summary>
/// Manages sending direct messages to a remote party and receiving responses.
/// </summary>
+ [SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Justification = "Unavoidable.")]
[ContractVerification(true)]
[ContractClass(typeof(ChannelContract))]
public abstract class Channel : IDisposable {