Skip to content

App is not even launching with git hub update #982

Open
@ghost

Description

public static async void CheckUpdate() { using (var mgr = UpdateManager.GitHubUpdateManager("https://github.com/JavvajiKiran/TestRelease")) { await mgr.Result.UpdateApp(); } }

I am using above for UpdateCheck for my WPF application

Calling .CheckUpdate(); form OnStartup(StartupEventArgs e) in App.xaml.cs

Now when I run the app through Visual studio.Its not even running totally.Its just stops at this Debug line for long time.
'C:\Users\jk\Documents\Visual Studio 2015\Projects\MyApp\MyApp\bin\Release\Splat.dll'. Symbols loaded. The program '[10620] MyApp.vshost.exe' has exited with code -1 (0xffffffff).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug:old-versionIssues that target a very old version of the library, and should be retested if possible

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions