using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("Microsoft.MSInternal", "CA900:AptcaAssembliesShouldBeReviewed")] [assembly: SuppressMessage("Microsoft.MSInternal", "CA905:SystemAndMicrosoftNamespacesRequireApproval", Scope = "namespace", Target = "System.Data.Linq", Justification = "Namespace is approved or will be approved.")] [assembly: SuppressMessage("Microsoft.MSInternal", "CA905:SystemAndMicrosoftNamespacesRequireApproval", Scope = "namespace", Target = "System.Data.Linq.Mapping", Justification = "Namespace is approved or will be approved.")] [assembly: SuppressMessage("Microsoft.MSInternal", "CA905:SystemAndMicrosoftNamespacesRequireApproval", Scope = "namespace", Target = "System.Data.Linq.SqlClient", Justification = "Namespace is approved or will be approved.")] [assembly: SuppressMessage("Microsoft.MSInternal", "CA905:SystemAndMicrosoftNamespacesRequireApproval", Scope = "namespace", Target = "System.Data.Linq.SqlClient.Implementation", Justification = "Namespace is approved or will be approved.")] [assembly: SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "System.Data.Linq.SqlClient.Implementation", Justification = "Unknown reason.")] [assembly: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", MessageId = "Subquery", Scope = "resource", Target = "System.Data.Linq.resources")] [assembly: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", MessageId = "typeof", Scope = "resource", Target = "System.Data.Linq.SqlClient.resources")] [assembly: SuppressMessage("Microsoft.Performance", "CA1805:DoNotInitializeUnnecessarily", Scope = "member", Target = "System.Data.Linq.Mapping.SR..cctor()", Justification = "External or generated code.")] [assembly: SuppressMessage("Microsoft.Performance", "CA1805:DoNotInitializeUnnecessarily", Scope = "member", Target = "System.Data.Linq.SqlClient.SR..cctor()", Justification = "External or generated code.")] [assembly: SuppressMessage("Microsoft.Performance", "CA1805:DoNotInitializeUnnecessarily", Scope = "member", Target = "System.Data.Linq.SR..cctor()", Justification = "External or generated code.")] [assembly: SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames")]