Skip to content

Commit

Permalink
Merge pull request #1677 from Youssef1313/disable-fuzzy
Browse files Browse the repository at this point in the history
build: Disable XAML fuzzy matching
  • Loading branch information
nickrandolph authored Jul 26, 2023
2 parents 7412f80 + 48eb07d commit 453ba26
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 453ba26

Please sign in to comment.