Working example of .NET Core console app running as background worker
Hello,
As title says, does anybody could share some bare bone example that actually works (loop that just outputs to console)? Preferably with multiple projects referenced from main one.
I tried to follow some suggestions I found here and modify my own project, but nothing worked. While I didn't get any compilation error, it never runs. Seems that I'm missing something obvious, because it looks that some people here successfully deployed them.
I tried following:
https://support.appharbor.com/discussions/problems/94358-are-net-core-console-apps-supported
https://support.appharbor.com/discussions/problems/92062-support-for-net-core-20
The only success I had was running standard .NET framework :(
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by BamfBamfCompany on 29 Oct, 2019 09:56 PM
OK. You may want to wait with any answers. I just managed to make bare bone project running.
But I'm getting this error once in a while:
But main.exeprocess is running OK. So it seems that's some additional.exethat is produced.BamfBamfCompany closed this discussion on 02 Oct, 2020 12:54 PM.