Skip to content

Commit

Permalink
build: Disable XAML fuzzy matching
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Jul 21, 2023
1 parent 0c2d807 commit 48eb07d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/Playground/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<WarningsAsErrors>enable</WarningsAsErrors>
<NoWarn>$(NoWarn);NU5104;CS1591;MSB3277;XA0101;CS8785;CS8669</NoWarn>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<UnoEnableXamlFuzzyMatching>false</UnoEnableXamlFuzzyMatching>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 48eb07d

Please sign in to comment.