From 7616142dc06291039b1274cccdc4e867be1f0f0b Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Fri, 10 Mar 2017 08:18:23 +0000 Subject: [PATCH] disable header rules as stylecop.json not working at command line --- .vscode/tasks.json | 4 ++-- ImageSharp.ruleset | 3 +++ src/ImageSharp/ImageSharp.csproj | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 128265ff6f..3edf90c5b6 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -8,7 +8,7 @@ "tasks": [ { "taskName": "build", - "args": [ "src/*/project.json", "-f", "netstandard1.1" ], + "args": [ "ImageSharp.sln" ], "isBuildCommand": true, "showOutput": "always", "problemMatcher": "$msCompile" @@ -22,7 +22,7 @@ }, { "taskName": "test", - "args": ["tests/ImageSharp.Tests/project.json", "-f", "netcoreapp1.1"], + "args": ["tests/ImageSharp.Tests/ImageSharp.Tests.csproj", "-f", "netcoreapp1.1"], "isTestCommand": true, "showOutput": "always", "problemMatcher": "$msCompile" diff --git a/ImageSharp.ruleset b/ImageSharp.ruleset index fb344621f9..3f10206fca 100644 --- a/ImageSharp.ruleset +++ b/ImageSharp.ruleset @@ -4,5 +4,8 @@ + + + \ No newline at end of file diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 2dfb283ef9..db37a60366 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -27,6 +27,7 @@ full portable True + IOperation @@ -34,7 +35,7 @@ - +