From eb00504e3bb2ae5695715de3287fe530403e31b9 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 27 May 2024 11:54:34 -0400 Subject: [PATCH] fix: enable EnableNETAnalyzers --- benchmark/benchmark.csproj | 4 +++- src/SimdUnicode.csproj | 2 ++ test/tests.csproj | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/benchmark/benchmark.csproj b/benchmark/benchmark.csproj index efb963c..32d8808 100644 --- a/benchmark/benchmark.csproj +++ b/benchmark/benchmark.csproj @@ -5,7 +5,9 @@ net8.0 enable enable - true + true + true + AllEnabledByDefault diff --git a/src/SimdUnicode.csproj b/src/SimdUnicode.csproj index 0abeecf..b770ab5 100644 --- a/src/SimdUnicode.csproj +++ b/src/SimdUnicode.csproj @@ -6,6 +6,8 @@ enable true + true + AllEnabledByDefault \ No newline at end of file diff --git a/test/tests.csproj b/test/tests.csproj index 221066e..c5a5a10 100644 --- a/test/tests.csproj +++ b/test/tests.csproj @@ -4,11 +4,11 @@ net8.0 enable enable - false true - true - + true + true + AllEnabledByDefault