From b02d457747b275fb940c049012384830fa25250a Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Fri, 26 Mar 2021 20:32:15 -0500 Subject: [PATCH] Enabled nullable reference types for IPA.exe --- Common.props | 11 +++++++++++ Common.targets | 9 --------- IPA/IPA.csproj | 2 ++ 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Common.props b/Common.props index 07459379..9d367c05 100644 --- a/Common.props +++ b/Common.props @@ -1,4 +1,15 @@  + + + portable + 9 + CA1031 + disable + $(WarningsAsErrors);nullable + AllEnabledByDefault + latest + + \ No newline at end of file diff --git a/Common.targets b/Common.targets index 152a437c..07459379 100644 --- a/Common.targets +++ b/Common.targets @@ -1,13 +1,4 @@  - - - portable - 9 - CA1031 - $(WarningsAsErrors);nullable - disable - - \ No newline at end of file diff --git a/IPA/IPA.csproj b/IPA/IPA.csproj index 0c158f58..6e178844 100644 --- a/IPA/IPA.csproj +++ b/IPA/IPA.csproj @@ -14,6 +14,8 @@ false favicon.ico + + enable