Skip to content

Commit 52f9fc2

Browse files
akoeplingerCopilot
andauthored
Add doc comment explaining EnableDefaultCssItems in Blazor templates (dotnet#33845)
<!-- !!!!!!! MAIN IS THE ONLY ACTIVE BRANCH. MAKE SURE THIS PR IS TARGETING MAIN. !!!!!!! --> ### Description of Change Add a doc comment to the maui blazor template as a follow-up to dotnet#33718 (comment) ### Issues Fixed dotnet#33718 <!-- Are you targeting main? All PRs should target the main branch unless otherwise noted. --> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: akoeplinger <1376924+akoeplinger@users.noreply.github.com>
1 parent 9c0887b commit 52f9fc2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Templates/src/templates/maui-blazor-solution/MauiApp.1/MauiApp.1.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<UseMaui>true</UseMaui>
1818
<SingleProject>true</SingleProject>
1919
<ImplicitUsings>enable</ImplicitUsings>
20+
<!-- Disable MAUI CSS handling so Blazor can handle it -->
2021
<EnableDefaultCssItems>false</EnableDefaultCssItems>
2122
<Nullable>enable</Nullable>
2223

src/Templates/src/templates/maui-blazor/MauiApp.1.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<UseMaui>true</UseMaui>
1818
<SingleProject>true</SingleProject>
1919
<ImplicitUsings>enable</ImplicitUsings>
20+
<!-- Disable MAUI CSS handling so Blazor can handle it -->
2021
<EnableDefaultCssItems>false</EnableDefaultCssItems>
2122
<Nullable>enable</Nullable>
2223

0 commit comments

Comments
 (0)