From f0c80e4a802298ca18c3f74ee5da70e6bb09ef3d Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Wed, 30 Jul 2025 22:00:43 +0200 Subject: [PATCH] Silence NU1510 --- Directory.Build.props | 1 + .../ICSharpCode.Decompiler.Tests.csproj | 2 +- ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj | 2 +- ILSpy.Tests/ILSpy.Tests.csproj | 2 +- ILSpy/ILSpy.csproj | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 8f2175855..46e86dd04 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,7 @@ IDE2000 + $(NoWarn);NU1510 diff --git a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj index 161d8d38a..92d741c7b 100644 --- a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj +++ b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj @@ -20,7 +20,7 @@ True - 1701;1702;1705,67,169,1058,728,1720,649,168,251,660,661,675;1998;162;8632;626;8618;8714;8602;8981 + $(NoWarn);1701;1702;1705,67,169,1058,728,1720,649,168,251,660,661,675;1998;162;8632;626;8618;8714;8602;8981 ROSLYN;ROSLYN2;ROSLYN3;ROSLYN4;NET60;CS60;CS70;CS71;CS72;CS73;CS80;CS90;CS100;CS110;CS120;CS130 False diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index 0a11c17b9..2e0954af3 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -32,7 +32,7 @@ true True ICSharpCode.Decompiler.snk - 1701;1702;1591;1573 + $(NoWarn);1701;1702;1591;1573 nullable embedded diff --git a/ILSpy.Tests/ILSpy.Tests.csproj b/ILSpy.Tests/ILSpy.Tests.csproj index cad59a4a8..321bf512f 100644 --- a/ILSpy.Tests/ILSpy.Tests.csproj +++ b/ILSpy.Tests/ILSpy.Tests.csproj @@ -15,7 +15,7 @@ True - 1701;1702;1705,67,169,1058,728,1720,649,168,251 + $(NoWarn);1701;1702;1705,67,169,1058,728,1720,649,168,251 false diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 23ad9faf5..64979650c 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -110,11 +110,11 @@ - 1701;1702;CA1001;CA2213 + $(NoWarn);1701;1702;CA1001;CA2213 - 1701;1702;CA1001;CA2213 + $(NoWarn);1701;1702;CA1001;CA2213