From 48eb07dca97c82ec19a810bf71b5500c3ec079ba Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Fri, 21 Jul 2023 09:24:33 +0300 Subject: [PATCH] build: Disable XAML fuzzy matching --- samples/Playground/Directory.Build.props | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/Playground/Directory.Build.props b/samples/Playground/Directory.Build.props index ce18ef546f..8b1f1862c9 100644 --- a/samples/Playground/Directory.Build.props +++ b/samples/Playground/Directory.Build.props @@ -8,6 +8,7 @@ enable $(NoWarn);NU5104;CS1591;MSB3277;XA0101;CS8785;CS8669 true + false