Replies: 1 comment 7 replies
-
Well, i think the best route i can take is going via Maui and using the Maui Startup and use the Hosting extensions for background work. Then I dont need to worry about seperate services running and communication between them. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With so much documentation on MSIX, UwP and .NET5 around Background services or Tasks I'm struggling to know how to approach my problem.
Here is what I plan:
Can anyone point me in the right direction for something that can be a pure .NET5 solution with ProjectReunion 0.8?
I would like to continue down the MSIX route because packaging means it can be deployed to the App Store and that means releases are much easier, im just struggling to know how to side-install a Service that the UI can send/request data from a background Service App and allow the User to change or update features/settings that changes what the background Service should be doing.
Beta Was this translation helpful? Give feedback.
All reactions