Open

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).