Do BlazorGL projects support full trimming? #1839
-
I enabled full trimming on my BlazorGL project and got an exception in |
Beta Was this translation helpful? Give feedback.
Answered by
dtaylorus
Sep 9, 2024
Replies: 1 comment
-
I found the issue is Blazor itself is not fully trimmable. Maybe fixed in .NET 9. See dotnet/aspnetcore#49409 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dtaylorus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the issue is Blazor itself is not fully trimmable. Maybe fixed in .NET 9. See dotnet/aspnetcore#49409