From 19c5c117543f2ca98ae5268636ce1444e323969e Mon Sep 17 00:00:00 2001 From: Nogic <24802730+nogic1008@users.noreply.github.com> Date: Thu, 10 Feb 2022 13:17:42 +0900 Subject: [PATCH] build: add NoWarn option --- sandbox/Benchmark/Benchmark.csproj | 1 + .../Nogic.WritableOptions.Tests.csproj | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sandbox/Benchmark/Benchmark.csproj b/sandbox/Benchmark/Benchmark.csproj index fefb451d..40420d01 100644 --- a/sandbox/Benchmark/Benchmark.csproj +++ b/sandbox/Benchmark/Benchmark.csproj @@ -4,6 +4,7 @@ Exe net6.0;netcoreapp3.1 false + CA1707 diff --git a/test/Nogic.WritableOptions.Tests/Nogic.WritableOptions.Tests.csproj b/test/Nogic.WritableOptions.Tests/Nogic.WritableOptions.Tests.csproj index 7d679d90..fdccd8f2 100644 --- a/test/Nogic.WritableOptions.Tests/Nogic.WritableOptions.Tests.csproj +++ b/test/Nogic.WritableOptions.Tests/Nogic.WritableOptions.Tests.csproj @@ -3,6 +3,7 @@ netcoreapp3.1;net6.0 false + CA1707 @@ -21,8 +22,8 @@ - - + +