'Run .Net Hosted Service On Service Fabric
I have an existing API project on .Net 5 that runs without issue. I need to run a background process to get some data. So I created a hosted service in .Net. services.AddHostedService<MyService>();
However Service Fabric will error when this is published to my local Service Fabric instance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
