Skip to content

Commit

Permalink
Merge pull request #438 from Youssef1313/disable-fuzzy
Browse files Browse the repository at this point in the history
build: Disable XAML fuzzy matching
  • Loading branch information
jeromelaban committed Aug 17, 2023
2 parents d0d367e + 3d0f6a7 commit fa81dc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<UnoEnableXamlFuzzyMatching>false</UnoEnableXamlFuzzyMatching>
</PropertyGroup>
</Project>

0 comments on commit fa81dc0

Please sign in to comment.