From e4213203b110529671ebef20258fef57351ad852 Mon Sep 17 00:00:00 2001 From: Coen van den Munckhof Date: Thu, 17 Oct 2024 20:23:09 +0200 Subject: [PATCH] remove warnings (#38) --- src/EasyTestFile/EasyTestFile.csproj | 4 ++-- tests/EasyTestFile.TUnit.Tests/Att/Testing.cs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/EasyTestFile/EasyTestFile.csproj b/src/EasyTestFile/EasyTestFile.csproj index 90800e3..77ae0ee 100644 --- a/src/EasyTestFile/EasyTestFile.csproj +++ b/src/EasyTestFile/EasyTestFile.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1;net6;net8 EasyTestFile @@ -14,7 +14,7 @@ - + $(DefineConstants);FEATURE_STRING_REPLACE_IGNORE_CASE diff --git a/tests/EasyTestFile.TUnit.Tests/Att/Testing.cs b/tests/EasyTestFile.TUnit.Tests/Att/Testing.cs index 7f84a49..dd6e9a0 100644 --- a/tests/EasyTestFile.TUnit.Tests/Att/Testing.cs +++ b/tests/EasyTestFile.TUnit.Tests/Att/Testing.cs @@ -6,6 +6,7 @@ namespace EasyTestFileTUnit.Tests.Att; using global::EasyTestFile; using global::EasyTestFile.Json; +[System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "TUnitAssertions0003:Compiler argument populated", Justification = "Intentional")] public class Testing { [Test]