-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STAThreadAttribute is unnecessarily being left in a Blazor WASM default app #47861
Comments
Tagging subscribers to 'size-reduction': @eerhardt, @SamMonoRT, @marek-safar, @tannergooding Issue DetailsWhen publishing a Blazor WASM app, the We should trim this attribute in a WASM app, as it doesn't serve a purpose.
|
I think this is a subset of whole COM removal work #36659 |
We should be able to do this individually without doing the rest of the COM work. |
Sure, just saying this is not WASM specific but COM related so any e.g. Linux app could win |
@tannergooding - any update on this one - Is this going to be in for .NET6 ? Please update the milestone accordingly and remove the untriaged label. |
@tannergooding - setting this for 6.0.0 - please update it. |
Moving to 7.0.0 |
Unassigning myself, I had gotten pulled off this work to focus on Generic Math instead. |
When publishing a Blazor WASM app, the
STAThreadAttribute
type is being left in the published app.We should trim this attribute in a WASM app, as it doesn't serve a purpose.
The text was updated successfully, but these errors were encountered: