We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found the limitation of this design, ui cross thread problem!
as asp.net run in separate thread which is not STA.
maybe we can mix all run one STA thread event loop.
for example, when mix a WPF control in win32 window, there is no need and should not start a new ui thread for it, it just work.
If it can not be solved, this project should stop, and the user should migrate to maui, even just for blazor.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found the limitation of this design, ui cross thread problem!
as asp.net run in separate thread which is not STA.
maybe we can mix all run one STA thread event loop.
for example, when mix a WPF control in win32 window, there is no need and should not start a new ui thread for it, it just work.
If it can not be solved, this project should stop, and the user should migrate to maui, even just for blazor.
The text was updated successfully, but these errors were encountered: