From 9a1c91116d773d0e7b9fcc5441dd365f84823717 Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Thu, 6 Jun 2024 13:12:13 -0700 Subject: [PATCH] Update analysis mode and warning level Related to #26 --- build/targets/compiler/Compiler.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/targets/compiler/Compiler.props b/build/targets/compiler/Compiler.props index 5f320805b..a1bb0de5c 100644 --- a/build/targets/compiler/Compiler.props +++ b/build/targets/compiler/Compiler.props @@ -8,7 +8,8 @@ true true - All + preview + 9999