/Source code/Theme/GlobalSuppressions.cs
C# | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | f3eef635bcae009b1f5b3768adf50c3d MD5 | raw file
Possible License(s): Apache-2.0
1[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "Elysium.Theme.Commands")] 2[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "Elysium.Theme.ViewModels")] 3[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "Elysium.Theme.Extensions")] 4[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "Elysium.Theme.Controls.Primitives")]