Skip to content

For Blazor.WebView.Wpf, use application dispatcher #32180

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

Merged
merged 2 commits into from
Apr 27, 2021

Conversation

SteveSandersonMS
Copy link
Member

Fixes #32057

Previously we were nonsensically dispatching to the current thread's dispatcher, not the dispatcher for the UI thread. So it was always no-opping before.

@SteveSandersonMS SteveSandersonMS added area-blazor Includes: Blazor, Razor Components feature-blazor-desktop This issue is related to Blazor Desktop labels Apr 26, 2021
@SteveSandersonMS SteveSandersonMS requested a review from a team as a code owner April 26, 2021 15:57
@SteveSandersonMS
Copy link
Member Author

@dotnet/aspnet-blazor-eng I think we might have some issue with the macOS CI builds. Recently we keep getting build errors from .razor files where it complains about syntax errors relating to syntaxes we've recently added (generic type inference and generic type constraints). Is it possible that macOS builds are incorrectly configured and use an outdated version of the SDK?

@captainsafia
Copy link
Member

captainsafia commented Apr 26, 2021

@dotnet/aspnet-blazor-eng I think we might have some issue with the macOS CI builds. Recently we keep getting build errors from .razor files where it complains about syntax errors relating to syntaxes we've recently added (generic type inference and generic type constraints). Is it possible that macOS builds are incorrectly configured and use an outdated version of the SDK?

Yeah....we're working on investigating this ATM.

@SteveSandersonMS SteveSandersonMS merged commit 1453c5b into main Apr 27, 2021
@SteveSandersonMS SteveSandersonMS deleted the stevesa/fix-wpf-dispatcher branch April 27, 2021 12:06
@ghost ghost added this to the 6.0-preview5 milestone Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-desktop This issue is related to Blazor Desktop
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timer not supported in WPF for Blazor .net6 preview 3
4 participants