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

Exceptions is not thrown #1

Closed
GazziFX opened this issue Jun 25, 2024 · 3 comments · Fixed by #2
Closed

Exceptions is not thrown #1

GazziFX opened this issue Jun 25, 2024 · 3 comments · Fixed by #2
Labels
bug Something isn't working

Comments

@GazziFX
Copy link

GazziFX commented Jun 25, 2024

using var app = new Application();

app.Run(async () =>
{
    throw new NotImplementedException();
});

Just quits without any messages

@kekyo kekyo added the bug Something isn't working label Jun 26, 2024
@kekyo
Copy link
Owner

kekyo commented Jun 26, 2024

@GazziFX Oh, thanks reporting,

This was caused by an UnhandledException event that could receive an occurrence, but if no one handled this event, the event was ignored. This will be fixed soon.

@kekyo kekyo linked a pull request Jun 26, 2024 that will close this issue
@kekyo
Copy link
Owner

kekyo commented Jun 26, 2024

Fixed it and being deployed 1.1.0, could you try it?

@GazziFX
Copy link
Author

GazziFX commented Jun 26, 2024

Yes, it works, thanks!

@GazziFX GazziFX closed this as completed Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants