Skip to content
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

Exception handling and Glob/Loc in Blazor Hybrid #27702

Merged
merged 7 commits into from
Nov 21, 2022
Merged

Conversation

guardrex
Copy link
Collaborator

@guardrex guardrex commented Nov 21, 2022

Addresses #26364
Fixes #25679

I can't find API coverage on System.AppDomain.CurrentDomain.UnhandledException. I've added it to a list of temporarily-MIA API on #26044.

UPDATE

There's one more thing we can knock out here ...

Blazor Desktop tenets: Global readiness
dotnet/maui#2532

... and I'll add that right now 🏃‍♂️.

UPDATE 2X

I had to make several phrasing guesses to get Pranav's remarks in here from ...

dotnet/maui#2532 (comment)

It probably needs some work on review.

WRT ...

There are some instances of users trying this in their Xamarin.Forms apps which relies on triggering an event causing their app to re-render. A determined user could do something similar to re-render the root component in this case.

... that's cool; but if we're going to include that concept, I think we need some kind of implementation guidance. Do you want to include it? If so, can you supply the minimal text and code that that will make sense to readers?

@guardrex guardrex mentioned this pull request Nov 21, 2022
8 tasks
@guardrex guardrex changed the title Exception handling in WinForms/WPF Blazor apps Exception handling and Glob/Loc in Blazor Hybrid Nov 21, 2022
@guardrex guardrex self-assigned this Nov 21, 2022
Copy link
Contributor

@TanayParikh TanayParikh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @guardrex!

Do you want to include it?

I don't think that part's necessary for the official docs. It's more of an advanced scenario.

Had another question as well for which I've reached out offline.

aspnetcore/blazor/hybrid/index.md Outdated Show resolved Hide resolved
guardrex and others added 2 commits November 21, 2022 17:55
Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
@guardrex guardrex merged commit e5310e3 into main Nov 21, 2022
@guardrex guardrex deleted the guardrex-patch-1 branch November 21, 2022 23:59
Donciavas pushed a commit to Donciavas/AspNetCore.Docs that referenced this pull request Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blazor Hybrid: Globalization and localization topic
2 participants