From 278f04d38134650d6f73ef52dcc926c56fedb555 Mon Sep 17 00:00:00 2001 From: Robert Paciorek Date: Sun, 27 Jul 2025 10:30:34 +0000 Subject: [PATCH] disable null-related warnings --- src/sodoff.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sodoff.csproj b/src/sodoff.csproj index 68159ae..cab8f4d 100644 --- a/src/sodoff.csproj +++ b/src/sodoff.csproj @@ -8,6 +8,8 @@ USE_SQLITE;$(DefineConstants) USE_POSTGRESQL;$(DefineConstants) USE_MYSQL;$(DefineConstants) + + 8600,8601,8602,8603,8604,8618,8625,8629