From 1a1d1406ece2fe3b376cfb517e64fd0cb3c0c1f5 Mon Sep 17 00:00:00 2001 From: Daan Boerlage Date: Sun, 7 Nov 2021 00:50:53 +0100 Subject: [PATCH] Ignore compiler warning CS8618 in the Commands project --- src/Commands/Commands.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Commands/Commands.csproj b/src/Commands/Commands.csproj index 9dbaf5b..787388c 100644 --- a/src/Commands/Commands.csproj +++ b/src/Commands/Commands.csproj @@ -9,6 +9,7 @@ Geekbot.Commands Geekbot.Commands NU1701 + CS8618 enable enable