From 03837540f87b2284e671566de5dcde91b822679c Mon Sep 17 00:00:00 2001 From: Rob Martens Date: Wed, 22 Sep 2021 18:32:39 -0400 Subject: [PATCH] Update to current Roslyn analyzers Keep in mind 'latest' doesn't work with the VS 2022/.NET 6 preview, and needs to be changed to an actual version number when using it to see output from the analyzers. --- Directory.Build.props | 4 ++++ src/Arbatel.Core/Arbatel.Core.csproj | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index ea559a0..e1304df 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -27,6 +27,10 @@ performance, and that full and pdbonly are the same. --> true full + + true + latest-all + true diff --git a/src/Arbatel.Core/Arbatel.Core.csproj b/src/Arbatel.Core/Arbatel.Core.csproj index bc06c35..53a9e1d 100644 --- a/src/Arbatel.Core/Arbatel.Core.csproj +++ b/src/Arbatel.Core/Arbatel.Core.csproj @@ -8,7 +8,6 @@ TRACE;DEBUG - AllRules.ruleset @@ -30,10 +29,6 @@ - - all - runtime; build; native; contentfiles; analyzers -