Skip to content

.net9 winfrom Application.Exit() Unable to exit #733

@hackerhui

Description

@hackerhui

temporary solution
AutoUpdater.ApplicationExitEvent += AutoUpdater_ApplicationExitEvent;

private static void AutoUpdater_ApplicationExitEvent()
{
System.Environment.Exit(0);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions