From dc35f25293b167284aa2f5b9ead268ed2a3dd254 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 23 May 2024 01:57:19 +0300 Subject: [PATCH] Suppress warnings more intelligently --- Directory.Build.props | 1 + DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index ec60d3ca..49b8aa77 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,6 +8,7 @@ preview enable true + false \ No newline at end of file diff --git a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj index 3eeb1118..8c3f51be 100644 --- a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj +++ b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj @@ -5,16 +5,7 @@ DiscordChatExporter ..\favicon.ico true - $(NoWarn);IL2104 - - - - true - - $(NoWarn);IL2026 - - $(NoWarn);IL2035