Enable MudBlazor analyser

This commit is contained in:
Thorsten Sommer 2024-07-23 19:52:12 +02:00
parent 39a19dcfdf
commit 165407c07d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -93,4 +93,14 @@
</Target>
<PropertyGroup>
<MudAllowedAttributePattern>LowerCase</MudAllowedAttributePattern>
<MudIllegalParameters>V7CaseSensitive</MudIllegalParameters>
</PropertyGroup>
<ItemGroup>
<CompilerVisibleProperty Include="MudAllowedAttributePattern" />
<CompilerVisibleProperty Include="MudIllegalParameters" />
</ItemGroup>
</Project>