From d0f2e04a2ed82922aa046218daf3fcda86b14a84 Mon Sep 17 00:00:00 2001 From: Ali Bahrami Date: Wed, 11 Mar 2020 11:46:08 +0100 Subject: [PATCH] Replace AsyncUsageAnalyser with Microsoft.VisualStudio.Threading.Analyzers AsyncUsageAnalyser is not under active maintaince and it's kinda deprecated and has not updated since years. Microsoft.VisualStudio.Threading.Analyzers is added as an replacement for it. This might cause new warnings. #3007 --- src/Directory.Build.props | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index b90ce37ef2..94ed69fc21 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -18,12 +18,13 @@ - - All + + True - + $(DefineConstants);CORE