From d443882e2d5fd76b202d804360befca35c70e45e Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Thu, 6 Jun 2024 10:33:02 +0300 Subject: [PATCH] Add WarningsAsErrors for AOT errors --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 80f1858..8940018 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,7 +9,7 @@ - $(WarningsAsErrors),IL2026,IL3050 + $(WarningsAsErrors),IL2026,IL2060,IL2091,IL2095,IL3050