summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-09-09 07:03:37 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-09-09 07:03:37 -0700
commitd6e51f6243cda06c5d2de63a0c4eb71e174239d4 (patch)
treef0e4511f4fd628062288d235fb0a77937c87d7ff /src
parent0082077c0f372e3a59d255d3cfb0257bf1bb2b55 (diff)
parentf871cf5f79158bee1f553dc1a619de4705604942 (diff)
downloadDotNetOpenAuth-d6e51f6243cda06c5d2de63a0c4eb71e174239d4.zip
DotNetOpenAuth-d6e51f6243cda06c5d2de63a0c4eb71e174239d4.tar.gz
DotNetOpenAuth-d6e51f6243cda06c5d2de63a0c4eb71e174239d4.tar.bz2
Merge branch 'v3.0' into v3.1v3.1.2.9252
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/GlobalSuppressions.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/GlobalSuppressions.cs b/src/DotNetOpenAuth/GlobalSuppressions.cs
index 6997632..0b72775 100644
--- a/src/DotNetOpenAuth/GlobalSuppressions.cs
+++ b/src/DotNetOpenAuth/GlobalSuppressions.cs
@@ -43,3 +43,4 @@
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "DotNetOpenAuth.OpenId.Extensions.OAuth")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "DotNetOpenAuth.Messaging.Reflection")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", MessageId = "oauthverifier", Scope = "resource", Target = "DotNetOpenAuth.OAuth.OAuthStrings.resources")]
+[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", MessageId = "whitelist", Scope = "resource", Target = "DotNetOpenAuth.OpenId.OpenIdStrings.resources")]