From 82480d72b18fc379da20a1c70201f6852078b447 Mon Sep 17 00:00:00 2001 From: Ivar Date: Wed, 29 Mar 2023 12:39:38 +0200 Subject: [PATCH] Disable warning for no awaits in async method --- src/App/App.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/App.csproj b/src/App/App.csproj index d7bf7f29..1910500b 100644 --- a/src/App/App.csproj +++ b/src/App/App.csproj @@ -34,7 +34,7 @@ true - $(NoWarn);1591 + $(NoWarn);1591;1988