Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

HockeySDK-Windows support for Console applications #89

Closed
nmklotas opened this issue Nov 29, 2016 · 2 comments
Closed

HockeySDK-Windows support for Console applications #89

nmklotas opened this issue Nov 29, 2016 · 2 comments

Comments

@nmklotas
Copy link

Hello,

I see from the code and from the HockeySDK home page that HockeySDK does not have support for Console applications.

Is there are any workarounds to use it in Console apps?

Thanks

@edoust
Copy link

edoust commented Nov 30, 2016

Have a look at PR #88 - with very little code changes you should be good to go.
Mainly what you need to change are the WPF specific classes (e.g. Application.Current) and event handlers (e.g. Application.Exit) - the rest should work fine with console applications as well. Additionally you need to provide your own strong name key, as the build outputs will only be delay-signed.

@elamalani
Copy link
Contributor

Hi,

We don't have support for console apps in HockeySDK and there is no plan to add the support later on as well. As mentioned by @edoust, using WPF SDK is an option and you can also use WinForms currently in pull request #81 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants