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