diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-04-30 16:15:14 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-04-30 19:44:51 -0700 |
commit | 4946b890db2c423e7dadaee11842b9b312ccd029 (patch) | |
tree | fda9460d2563f09cf78d50d32419331bac23dc90 /src | |
parent | 1d98772fb4e8d05d7fb3532a5554614e9d0eeec5 (diff) | |
download | DotNetOpenAuth-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.cs | 1 |
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 { |