From ca2c52e7b8c5290cf2b4d9a303197989c65e9d13 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 30 Oct 2020 11:06:05 +1100 Subject: [PATCH] Nulls as errors (#2394) Github will cuck me no more. I tried the old google machine to find if there's a way to inherit these but it was failing me. Co-authored-by: Metal Gear Sloth --- Content.Client/Content.Client.csproj | 1 + Content.Server/Content.Server.csproj | 1 + Content.Shared/Content.Shared.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/Content.Client/Content.Client.csproj b/Content.Client/Content.Client.csproj index 5c56fa52fc..5a9c5641d6 100644 --- a/Content.Client/Content.Client.csproj +++ b/Content.Client/Content.Client.csproj @@ -8,6 +8,7 @@ false ..\bin\Content.Client\ Exe + CS8604;CS8765 diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj index 9eae91acb0..bb3f002598 100644 --- a/Content.Server/Content.Server.csproj +++ b/Content.Server/Content.Server.csproj @@ -10,6 +10,7 @@ true Exe 1998 + CS8604;CS8765 diff --git a/Content.Shared/Content.Shared.csproj b/Content.Shared/Content.Shared.csproj index 173184e1d1..10e9c89c1e 100644 --- a/Content.Shared/Content.Shared.csproj +++ b/Content.Shared/Content.Shared.csproj @@ -9,6 +9,7 @@ ../bin/Content.Shared Release;Debug AnyCPU + CS8604;CS8765