From a43a2866d8f8b34f45501ab9d3bcc68ccf00234b Mon Sep 17 00:00:00 2001 From: xtqqczze Date: Thu, 22 Oct 2020 14:25:04 +0100 Subject: [PATCH] Turn on /features:strict for all projects --- PowerShell.Common.props | 4 ++++ test/Test.Common.props | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/PowerShell.Common.props b/PowerShell.Common.props index 104f2f971d1..627fb16d29e 100644 --- a/PowerShell.Common.props +++ b/PowerShell.Common.props @@ -153,4 +153,8 @@ portable + + + strict + diff --git a/test/Test.Common.props b/test/Test.Common.props index 777680552a4..28176b0eb6d 100644 --- a/test/Test.Common.props +++ b/test/Test.Common.props @@ -12,6 +12,10 @@ true + + strict + + $(DefineConstants);UNIX