2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Web.Mvc2 / GlobalSuppressions.cs
blob71130ae50111aab87efda9861fe064a305e4c7aa
1 // This file is used by Code Analysis to maintain SuppressMessage
2 // attributes that are applied to this project.
3 // Project-level suppressions either have no target or are given
4 // a specific target and scoped to a namespace, type, member, etc.
5 //
6 // To add a suppression to this file, right-click the message in the
7 // Error List, point to "Suppress Message(s)", and click
8 // "In Project Suppression File".
9 // You do not need to add suppressions to this file manually.
11 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "System.Web.Mvc.TempDataDictionary.#System.Collections.Generic.ICollection`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>>.Contains(System.Collections.Generic.KeyValuePair`2<System.String,System.Object>)",
12 Justification = "There are no defined scenarios for wanting to derive from this class, but we don't want to prevent it either.")]
13 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "System.Web.Mvc.TempDataDictionary.#System.Collections.Generic.ICollection`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>>.CopyTo(System.Collections.Generic.KeyValuePair`2<System.String,System.Object>[],System.Int32)",
14 Justification = "There are no defined scenarios for wanting to derive from this class, but we don't want to prevent it either.")]
15 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "System.Web.Mvc.TempDataDictionary.#System.Collections.Generic.ICollection`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>>.IsReadOnly",
16 Justification = "There are no defined scenarios for wanting to derive from this class, but we don't want to prevent it either.")]
17 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "System.Web.Mvc.Ajax",
18 Justification = "Helpers reside within a separate namespace to support alternate helper classes.")]
19 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1903:UseOnlyApiFromTargetedFramework", MessageId = "System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
20 Justification = "MVC has a .NET Framework 3.5 SP1 dependency.")]
21 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1903:UseOnlyApiFromTargetedFramework", MessageId = "System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
22 Justification = "MVC has a .NET Framework 3.5 SP1 dependency.")]
23 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1903:UseOnlyApiFromTargetedFramework", MessageId = "System.ComponentModel.DataAnnotations, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
24 Justification = "MVC has a .NET Framework 3.5 SP1 dependency.")]
25 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1903:UseOnlyApiFromTargetedFramework", MessageId = "System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
26 Justification = "MVC has a .NET Framework 3.5 SP1 dependency.")]