From 1bd9f3fd88c8bfe15514577d09f1f8dc81804c8d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 17 Sep 2023 00:20:33 -0400 Subject: [PATCH] Open the nullability floodgates --- .../BinaryObjectScanner.GameEngine.csproj | 4 ++++ BinaryObjectScanner.Packer/BinaryObjectScanner.Packer.csproj | 4 ++++ .../BinaryObjectScanner.Protection.csproj | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/BinaryObjectScanner.GameEngine/BinaryObjectScanner.GameEngine.csproj b/BinaryObjectScanner.GameEngine/BinaryObjectScanner.GameEngine.csproj index da4d03ba..d75cb790 100644 --- a/BinaryObjectScanner.GameEngine/BinaryObjectScanner.GameEngine.csproj +++ b/BinaryObjectScanner.GameEngine/BinaryObjectScanner.GameEngine.csproj @@ -19,6 +19,10 @@ true + + enable + + diff --git a/BinaryObjectScanner.Packer/BinaryObjectScanner.Packer.csproj b/BinaryObjectScanner.Packer/BinaryObjectScanner.Packer.csproj index be6ad22b..d3abbbad 100644 --- a/BinaryObjectScanner.Packer/BinaryObjectScanner.Packer.csproj +++ b/BinaryObjectScanner.Packer/BinaryObjectScanner.Packer.csproj @@ -19,6 +19,10 @@ true + + enable + + diff --git a/BinaryObjectScanner.Protection/BinaryObjectScanner.Protection.csproj b/BinaryObjectScanner.Protection/BinaryObjectScanner.Protection.csproj index 0a4e437c..fafa18e3 100644 --- a/BinaryObjectScanner.Protection/BinaryObjectScanner.Protection.csproj +++ b/BinaryObjectScanner.Protection/BinaryObjectScanner.Protection.csproj @@ -19,6 +19,10 @@ true + + enable + +