diff --git a/src/Markup/Perspex.Markup.Xaml/GlobalSuppressions.cs b/src/Markup/Perspex.Markup.Xaml/GlobalSuppressions.cs deleted file mode 100644 index 3d080850f1..0000000000 --- a/src/Markup/Perspex.Markup.Xaml/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1609:Property documentation must have value", - Justification = "This rule is fscking pointless")] \ No newline at end of file diff --git a/src/Markup/Perspex.Markup.Xaml/Perspex.Markup.Xaml.csproj b/src/Markup/Perspex.Markup.Xaml/Perspex.Markup.Xaml.csproj index 430f75fe75..e146cac468 100644 --- a/src/Markup/Perspex.Markup.Xaml/Perspex.Markup.Xaml.csproj +++ b/src/Markup/Perspex.Markup.Xaml/Perspex.Markup.Xaml.csproj @@ -42,7 +42,6 @@ - diff --git a/src/Perspex.Base/GlobalSuppressions.cs b/src/Perspex.Base/GlobalSuppressions.cs deleted file mode 100644 index 3d080850f1..0000000000 --- a/src/Perspex.Base/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1609:Property documentation must have value", - Justification = "This rule is fscking pointless")] \ No newline at end of file diff --git a/src/Perspex.Base/Perspex.Base.csproj b/src/Perspex.Base/Perspex.Base.csproj index 235bca31c2..8370b131f1 100644 --- a/src/Perspex.Base/Perspex.Base.csproj +++ b/src/Perspex.Base/Perspex.Base.csproj @@ -44,7 +44,6 @@ - diff --git a/src/Perspex.Controls/GlobalSuppressions.cs b/src/Perspex.Controls/GlobalSuppressions.cs deleted file mode 100644 index 3d080850f1..0000000000 --- a/src/Perspex.Controls/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1609:Property documentation must have value", - Justification = "This rule is fscking pointless")] \ No newline at end of file diff --git a/src/Perspex.Controls/Perspex.Controls.csproj b/src/Perspex.Controls/Perspex.Controls.csproj index c585d3db88..dc7cbc571a 100644 --- a/src/Perspex.Controls/Perspex.Controls.csproj +++ b/src/Perspex.Controls/Perspex.Controls.csproj @@ -53,7 +53,6 @@ - diff --git a/src/Perspex.Input/GlobalSuppressions.cs b/src/Perspex.Input/GlobalSuppressions.cs deleted file mode 100644 index 3d080850f1..0000000000 --- a/src/Perspex.Input/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1609:Property documentation must have value", - Justification = "This rule is fscking pointless")] \ No newline at end of file diff --git a/src/Perspex.Input/Perspex.Input.csproj b/src/Perspex.Input/Perspex.Input.csproj index d9e80db23a..3439d6b971 100644 --- a/src/Perspex.Input/Perspex.Input.csproj +++ b/src/Perspex.Input/Perspex.Input.csproj @@ -65,7 +65,6 @@ Properties\SharedAssemblyInfo.cs - diff --git a/src/Perspex.Interactivity/GlobalSuppressions.cs b/src/Perspex.Interactivity/GlobalSuppressions.cs deleted file mode 100644 index 4f293bba02..0000000000 --- a/src/Perspex.Interactivity/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "Routed event fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1609:Property documentation must have value", - Justification = "This rule is fscking pointless")] \ No newline at end of file diff --git a/src/Perspex.Interactivity/Perspex.Interactivity.csproj b/src/Perspex.Interactivity/Perspex.Interactivity.csproj index 331b5d38b6..c9c659e4d9 100644 --- a/src/Perspex.Interactivity/Perspex.Interactivity.csproj +++ b/src/Perspex.Interactivity/Perspex.Interactivity.csproj @@ -60,7 +60,6 @@ Properties\SharedAssemblyInfo.cs - diff --git a/src/Perspex.Layout/GlobalSuppressions.cs b/src/Perspex.Layout/GlobalSuppressions.cs deleted file mode 100644 index 4f293bba02..0000000000 --- a/src/Perspex.Layout/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "Routed event fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1609:Property documentation must have value", - Justification = "This rule is fscking pointless")] \ No newline at end of file diff --git a/src/Perspex.Layout/Perspex.Layout.csproj b/src/Perspex.Layout/Perspex.Layout.csproj index cfe11e0a1d..38ab251150 100644 --- a/src/Perspex.Layout/Perspex.Layout.csproj +++ b/src/Perspex.Layout/Perspex.Layout.csproj @@ -60,7 +60,6 @@ Properties\SharedAssemblyInfo.cs - diff --git a/src/Perspex.SceneGraph/GlobalSuppressions.cs b/src/Perspex.SceneGraph/GlobalSuppressions.cs deleted file mode 100644 index 3d080850f1..0000000000 --- a/src/Perspex.SceneGraph/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1609:Property documentation must have value", - Justification = "This rule is fscking pointless")] \ No newline at end of file diff --git a/src/Perspex.SceneGraph/Perspex.SceneGraph.csproj b/src/Perspex.SceneGraph/Perspex.SceneGraph.csproj index 71608f164e..0f75fdb7e1 100644 --- a/src/Perspex.SceneGraph/Perspex.SceneGraph.csproj +++ b/src/Perspex.SceneGraph/Perspex.SceneGraph.csproj @@ -55,7 +55,6 @@ - diff --git a/src/Perspex.Styling/GlobalSuppressions.cs b/src/Perspex.Styling/GlobalSuppressions.cs deleted file mode 100644 index 3d080850f1..0000000000 --- a/src/Perspex.Styling/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1609:Property documentation must have value", - Justification = "This rule is fscking pointless")] \ No newline at end of file diff --git a/src/Perspex.Styling/Perspex.Styling.csproj b/src/Perspex.Styling/Perspex.Styling.csproj index e132e64eb0..5fe855077d 100644 --- a/src/Perspex.Styling/Perspex.Styling.csproj +++ b/src/Perspex.Styling/Perspex.Styling.csproj @@ -41,7 +41,6 @@ Properties\SharedAssemblyInfo.cs - diff --git a/src/Windows/Perspex.Direct2D1/GlobalSuppressions.cs b/src/Windows/Perspex.Direct2D1/GlobalSuppressions.cs deleted file mode 100644 index 3d080850f1..0000000000 --- a/src/Windows/Perspex.Direct2D1/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1609:Property documentation must have value", - Justification = "This rule is fscking pointless")] \ No newline at end of file diff --git a/src/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj b/src/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj index ca4707671b..922f67391b 100644 --- a/src/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj +++ b/src/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj @@ -75,7 +75,6 @@ - diff --git a/tests/Perspex.Base.UnitTests/GlobalSuppressions.cs b/tests/Perspex.Base.UnitTests/GlobalSuppressions.cs deleted file mode 100644 index 70df3acee7..0000000000 --- a/tests/Perspex.Base.UnitTests/GlobalSuppressions.cs +++ /dev/null @@ -1,18 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1600:Elements must be documented", - Justification = "Tests should be self-documenting")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.NamingRules", - "SA1300:Element must begin with upper-case letter", - Justification = "Some tests must begin with lower-case letters")] \ No newline at end of file diff --git a/tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj b/tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj index 8f71e191f2..04c247438b 100644 --- a/tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj +++ b/tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj @@ -80,7 +80,6 @@ - diff --git a/tests/Perspex.Controls.UnitTests/GlobalSuppressions.cs b/tests/Perspex.Controls.UnitTests/GlobalSuppressions.cs deleted file mode 100644 index 254dbfdb94..0000000000 --- a/tests/Perspex.Controls.UnitTests/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1600:Elements must be documented", - Justification = "Tests should be self-documenting")] \ No newline at end of file diff --git a/tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj b/tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj index 3dd3a76507..9287985d70 100644 --- a/tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj +++ b/tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj @@ -94,7 +94,6 @@ - diff --git a/tests/Perspex.Direct2D1.UnitTests/GlobalSuppressions.cs b/tests/Perspex.Direct2D1.UnitTests/GlobalSuppressions.cs deleted file mode 100644 index 254dbfdb94..0000000000 --- a/tests/Perspex.Direct2D1.UnitTests/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1600:Elements must be documented", - Justification = "Tests should be self-documenting")] \ No newline at end of file diff --git a/tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj b/tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj index 70f3dab787..a2ec0ba41a 100644 --- a/tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj +++ b/tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj @@ -63,7 +63,6 @@ - diff --git a/tests/Perspex.Input.UnitTests/GlobalSuppressions.cs b/tests/Perspex.Input.UnitTests/GlobalSuppressions.cs deleted file mode 100644 index 254dbfdb94..0000000000 --- a/tests/Perspex.Input.UnitTests/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1600:Elements must be documented", - Justification = "Tests should be self-documenting")] \ No newline at end of file diff --git a/tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj b/tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj index 608145b602..dd42fe79d1 100644 --- a/tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj +++ b/tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj @@ -62,7 +62,6 @@ - diff --git a/tests/Perspex.Interactivity.UnitTests/GlobalSuppressions.cs b/tests/Perspex.Interactivity.UnitTests/GlobalSuppressions.cs deleted file mode 100644 index 2000614313..0000000000 --- a/tests/Perspex.Interactivity.UnitTests/GlobalSuppressions.cs +++ /dev/null @@ -1,10 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1600:Elements must be documented", - Justification = "Tests should be self-documenting")] \ No newline at end of file diff --git a/tests/Perspex.Interactivity.UnitTests/Perspex.Interactivity.UnitTests.csproj b/tests/Perspex.Interactivity.UnitTests/Perspex.Interactivity.UnitTests.csproj index 2554b9b946..6ede7209ed 100644 --- a/tests/Perspex.Interactivity.UnitTests/Perspex.Interactivity.UnitTests.csproj +++ b/tests/Perspex.Interactivity.UnitTests/Perspex.Interactivity.UnitTests.csproj @@ -58,7 +58,6 @@ - diff --git a/tests/Perspex.Layout.UnitTests/GlobalSuppressions.cs b/tests/Perspex.Layout.UnitTests/GlobalSuppressions.cs deleted file mode 100644 index 2000614313..0000000000 --- a/tests/Perspex.Layout.UnitTests/GlobalSuppressions.cs +++ /dev/null @@ -1,10 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1600:Elements must be documented", - Justification = "Tests should be self-documenting")] \ No newline at end of file diff --git a/tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj b/tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj index 1dc93dfc51..90d440928a 100644 --- a/tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj +++ b/tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj @@ -77,7 +77,6 @@ - diff --git a/tests/Perspex.RenderTests/GlobalSuppressions.cs b/tests/Perspex.RenderTests/GlobalSuppressions.cs deleted file mode 100644 index 254dbfdb94..0000000000 --- a/tests/Perspex.RenderTests/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.MaintainabilityRules", - "SA1401:Fields must be private", - Justification = "PerspexProperty fields should not be private.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1600:Elements must be documented", - Justification = "Tests should be self-documenting")] \ No newline at end of file diff --git a/tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj b/tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj index d9ec85cc0b..9c39aa0e2b 100644 --- a/tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj +++ b/tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj @@ -78,7 +78,6 @@ - diff --git a/tests/Perspex.SceneGraph.UnitTests/GlobalSuppressions.cs b/tests/Perspex.SceneGraph.UnitTests/GlobalSuppressions.cs deleted file mode 100644 index 2000614313..0000000000 --- a/tests/Perspex.SceneGraph.UnitTests/GlobalSuppressions.cs +++ /dev/null @@ -1,10 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1600:Elements must be documented", - Justification = "Tests should be self-documenting")] \ No newline at end of file diff --git a/tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj b/tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj index 0f7dfd3085..68b4c4f121 100644 --- a/tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj +++ b/tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj @@ -81,7 +81,6 @@ - diff --git a/tests/Perspex.Styling.UnitTests/GlobalSuppressions.cs b/tests/Perspex.Styling.UnitTests/GlobalSuppressions.cs deleted file mode 100644 index 2000614313..0000000000 --- a/tests/Perspex.Styling.UnitTests/GlobalSuppressions.cs +++ /dev/null @@ -1,10 +0,0 @@ -// ----------------------------------------------------------------------- -// -// Copyright 2015 MIT Licence. See licence.md for more information. -// -// ----------------------------------------------------------------------- - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( - "StyleCop.CSharp.DocumentationRules", - "SA1600:Elements must be documented", - Justification = "Tests should be self-documenting")] \ No newline at end of file diff --git a/tests/Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj b/tests/Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj index 72fe44edd3..ee14b13e63 100644 --- a/tests/Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj +++ b/tests/Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj @@ -84,7 +84,6 @@ -