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

[BUG] Toast Faults on Windows #2356

Closed
2 tasks done
david-maw opened this issue Nov 22, 2024 · 2 comments · May be fixed by #2215
Closed
2 tasks done

[BUG] Toast Faults on Windows #2356

david-maw opened this issue Nov 22, 2024 · 2 comments · May be fixed by #2215
Labels
bug Something isn't working .NET 9.0 All work required to support .NET 9.0 unverified

Comments

@david-maw
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

In .NET 9 invoking Toast on Android works fine but doing it on Windows throws an exception with a multi line error of:

Element not found.

Element not found.

Expected Behavior

A Toast notification rather than an exception on Windows.

Steps To Reproduce

Clone the repo then build and run the app on Windows, Once it is running click the button and you should see the fault.

Link to public reproduction project repository

https://github.com/david-maw/Community-Toast.git

Environment

- .NET MAUI CommunityToolkit:9.1.1
- OS:Windows 11
- .NET MAUI: 9.0.10

Anything else?

No response

@david-maw david-maw added bug Something isn't working unverified labels Nov 22, 2024
@brminnick brminnick added the .NET 9.0 All work required to support .NET 9.0 label Nov 22, 2024
@brminnick
Copy link
Collaborator

We do not yet support .NET 9.

We are blocked from merging any PRs until we are able to merge our .NET 9 PR which is currently blocked by a bug in .NET MAUI.

Once the MAUI engineering team resolves this bug, we will be unblocked and can resume merging PRs for the Community Toolkit: dotnet/maui#25871

This Issue is fixed by #2215

@brminnick brminnick mentioned this issue Nov 22, 2024
6 tasks
@david-maw
Copy link
Author

Thanks, and sorry, I hadn't realized that .NET 9 wasn't supported yet.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working .NET 9.0 All work required to support .NET 9.0 unverified
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants