From abed6fc15db76752d8ab8b5121e2da94752e8b35 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 9 Dec 2020 23:28:24 +1100 Subject: [PATCH] More nullas as errors (#2611) * More nullas as errors * I thought I'd tried this but maybe I'm a dumbo Co-authored-by: Metal Gear Sloth --- Content.Client/Content.Client.csproj | 2 +- Content.Server/Content.Server.csproj | 2 +- Content.Shared/Content.Shared.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Client/Content.Client.csproj b/Content.Client/Content.Client.csproj index 66beb8956c..defdc00b0d 100644 --- a/Content.Client/Content.Client.csproj +++ b/Content.Client/Content.Client.csproj @@ -8,7 +8,7 @@ false ..\bin\Content.Client\ Exe - CS8604;CS8765;CS8632;CS8622 + nullable diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj index ea79f33285..2e7594e2fd 100644 --- a/Content.Server/Content.Server.csproj +++ b/Content.Server/Content.Server.csproj @@ -10,7 +10,7 @@ true Exe 1998 - CS8604;CS8765;CS8632;CS8622 + nullable diff --git a/Content.Shared/Content.Shared.csproj b/Content.Shared/Content.Shared.csproj index 09cb30317d..7dbf5cc32c 100644 --- a/Content.Shared/Content.Shared.csproj +++ b/Content.Shared/Content.Shared.csproj @@ -9,7 +9,7 @@ ../bin/Content.Shared Release;Debug AnyCPU - CS8604;CS8765;CS8632;CS8622 + nullable