From 76cdeef2baec77bfdbbd9fa73c222112870f7801 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 17 Jan 2025 11:31:18 +0100 Subject: [PATCH] Remove NoWarns completely --- .../SqlServer/src/CompatibilitySuppressions.xml | 11 ----------- .../src/Microsoft.Extensions.Caching.SqlServer.csproj | 3 +-- .../src/Microsoft.AspNetCore.DataProtection.csproj | 2 -- ...rosoft.AspNetCore.DataProtection.Extensions.csproj | 2 -- ...spNetCore.DataProtection.StackExchangeRedis.csproj | 2 -- .../src/Microsoft.AspNetCore.JsonPatch.csproj | 2 -- ...Microsoft.Extensions.FileProviders.Embedded.csproj | 2 -- ...ft.AspNetCore.SignalR.Protocols.MessagePack.csproj | 2 -- ...AspNetCore.SignalR.Protocols.NewtonsoftJson.csproj | 2 -- 9 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 src/Caching/SqlServer/src/CompatibilitySuppressions.xml diff --git a/src/Caching/SqlServer/src/CompatibilitySuppressions.xml b/src/Caching/SqlServer/src/CompatibilitySuppressions.xml deleted file mode 100644 index fa12ab27fb23..000000000000 --- a/src/Caching/SqlServer/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - CP1002 - System.ServiceModel.Internals.dll - - - CP1002 - SMDiagnostics.dll - - \ No newline at end of file diff --git a/src/Caching/SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj b/src/Caching/SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj index 8ebea21bcbbd..3088ff699532 100644 --- a/src/Caching/SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj +++ b/src/Caching/SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj @@ -6,8 +6,7 @@ true cache;distributedcache;sqlserver true - - $(NoWarn);PKG0001;CP1002 + $(NoWarn);PKG0001 true true diff --git a/src/DataProtection/DataProtection/src/Microsoft.AspNetCore.DataProtection.csproj b/src/DataProtection/DataProtection/src/Microsoft.AspNetCore.DataProtection.csproj index d0b826767e15..92fa8a526a84 100644 --- a/src/DataProtection/DataProtection/src/Microsoft.AspNetCore.DataProtection.csproj +++ b/src/DataProtection/DataProtection/src/Microsoft.AspNetCore.DataProtection.csproj @@ -12,8 +12,6 @@ annotations enable true - - $(NoWarn);CP1002 diff --git a/src/DataProtection/Extensions/src/Microsoft.AspNetCore.DataProtection.Extensions.csproj b/src/DataProtection/Extensions/src/Microsoft.AspNetCore.DataProtection.Extensions.csproj index 9ad2c00076a9..5b44128f30b5 100644 --- a/src/DataProtection/Extensions/src/Microsoft.AspNetCore.DataProtection.Extensions.csproj +++ b/src/DataProtection/Extensions/src/Microsoft.AspNetCore.DataProtection.Extensions.csproj @@ -8,8 +8,6 @@ true aspnetcore;dataprotection true - - $(NoWarn);CP1002 diff --git a/src/DataProtection/StackExchangeRedis/src/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.csproj b/src/DataProtection/StackExchangeRedis/src/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.csproj index dbe92b50cefc..a53ec8f13207 100644 --- a/src/DataProtection/StackExchangeRedis/src/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.csproj +++ b/src/DataProtection/StackExchangeRedis/src/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.csproj @@ -7,8 +7,6 @@ true aspnetcore;dataprotection;redis true - - $(NoWarn);CP1002 diff --git a/src/Features/JsonPatch/src/Microsoft.AspNetCore.JsonPatch.csproj b/src/Features/JsonPatch/src/Microsoft.AspNetCore.JsonPatch.csproj index 4ec43204abcb..57cc0737ff21 100644 --- a/src/Features/JsonPatch/src/Microsoft.AspNetCore.JsonPatch.csproj +++ b/src/Features/JsonPatch/src/Microsoft.AspNetCore.JsonPatch.csproj @@ -8,8 +8,6 @@ true aspnetcore;json;jsonpatch disable - - $(NoWarn);CP1002 diff --git a/src/FileProviders/Embedded/src/Microsoft.Extensions.FileProviders.Embedded.csproj b/src/FileProviders/Embedded/src/Microsoft.Extensions.FileProviders.Embedded.csproj index 2a5f0036e254..590c4e980042 100644 --- a/src/FileProviders/Embedded/src/Microsoft.Extensions.FileProviders.Embedded.csproj +++ b/src/FileProviders/Embedded/src/Microsoft.Extensions.FileProviders.Embedded.csproj @@ -13,8 +13,6 @@ true enable true - - $(NoWarn);CP1002 diff --git a/src/SignalR/common/Protocols.MessagePack/src/Microsoft.AspNetCore.SignalR.Protocols.MessagePack.csproj b/src/SignalR/common/Protocols.MessagePack/src/Microsoft.AspNetCore.SignalR.Protocols.MessagePack.csproj index 884abff931b6..be6f0bab32e3 100644 --- a/src/SignalR/common/Protocols.MessagePack/src/Microsoft.AspNetCore.SignalR.Protocols.MessagePack.csproj +++ b/src/SignalR/common/Protocols.MessagePack/src/Microsoft.AspNetCore.SignalR.Protocols.MessagePack.csproj @@ -6,8 +6,6 @@ Microsoft.AspNetCore.SignalR true enable - - $(NoWarn);CP1002 diff --git a/src/SignalR/common/Protocols.NewtonsoftJson/src/Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.csproj b/src/SignalR/common/Protocols.NewtonsoftJson/src/Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.csproj index 4253fe9c92d3..6b621b28bc00 100644 --- a/src/SignalR/common/Protocols.NewtonsoftJson/src/Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.csproj +++ b/src/SignalR/common/Protocols.NewtonsoftJson/src/Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.csproj @@ -6,8 +6,6 @@ Microsoft.AspNetCore.SignalR true enable - - $(NoWarn);CP1002