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

Added crash error dialog. #19

Merged
merged 3 commits into from
Feb 4, 2025
Merged

Conversation

Taron-art
Copy link
Owner

PR Classification

New feature to improve error reporting and handling in the application.

PR Summary

Introduces a new configuration class and an unhandled exception handler to display error dialogs and report issues.

  • Added ReportingSettings class in Affinity_manager.Configuration for IssueReportingUrl configuration.
  • Introduced UnhandledExceptionHandler class in Affinity_manager.Exceptions to handle unhandled exceptions.
  • Updated WinUIHostingService to include and attach UnhandledExceptionHandler during startup.
  • Modified Program.cs to configure ReportingSettings and register UnhandledExceptionHandler as a singleton service.
  • Updated appsettings.json and AppComponents.wxs to include new settings and ensure they are part of the installation package.

@Taron-art Taron-art merged commit bc7f9bd into main Feb 4, 2025
1 check passed
@Taron-art Taron-art deleted the feature/Add-unhandled-exceptions-shower branch February 4, 2025 18:09
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.

1 participant