below code can only run on window.
ServiceBase[] services = new ServiceBase[] { new DoService() };
ServiceBase.Run(services);
On platform .net5,how to start a service?
below code can only run on window.
ServiceBase[] services = new ServiceBase[] { new DoService() };
ServiceBase.Run(services);
On platform .net5,how to start a service?
Welcome to Q&A platform. You issue is more related to C#, I will add the corresponded tag and remove our network tag. Thank you for your understanding.
5 people are following this question.
Insert a node as child ,before or after a node in nested dynamic JSON Node using C#
Visual Studio 2019: Undefined behavior in a C++/CLI wrapper project.
Example for how to get Package Metadata from Azure DevOps Rest-Api Artifacts using c#
How to collapse individual nested grids/stackpanels inside a grid?