Skip to content

Commit c82d4e8

Browse files
committed
Cleared CI error
1 parent ea140d9 commit c82d4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/common/aot-compilation/reduce-size-of-blazor-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To [enable trimming](https://learn.microsoft.com/en-us/dotnet/core/deploying/tri
4040

4141
## Trim mode
4242

43-
For all assemblies in a Blazor application, trimming is enabled by default starting with the .NET 8 target framework. Trim warnings may occur for apps that previously used `PublishTrimmed=true` and `TrimMode=partial`. If the app compiles without trim warnings, this default behavior should not affect functionality. For more information, refer to the [trim configuration](https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/configure-trimmer) documentation.
43+
For all assemblies in a Blazor application, trimming is enabled by default starting with the .NET 8 target framework. Trim warnings may occur for apps that previously used `PublishTrimmed=true` and `TrimMode=partial`. If the app compiles without trim warnings, this default behavior should not affect functionality. For more information, refer to the [trim configuration](https://learn.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/configure-trimmer) documentation.
4444

4545
### To Resolve trim warnings
4646

0 commit comments

Comments
 (0)