dasMulli / dotnet-win32-service

Helper classes to set up and run as windows services directly on .net core. A ServiceBase alternative.
MIT License
451 stars 57 forks source link

Add ASP.NET Core 2.0 samples #41

Closed dasMulli closed 6 years ago

dasMulli commented 7 years ago

Current sample works but does not follow the hosting model (default builder) of ASP.NET Core 2.0 apps and if you don't remember to set the content root it will blow up since services are run out of the system32 directory