PeterKottas / DotNetCore.WindowsService

Simple library that allows one to host dot net core application as windows services. Perfect solution to power micro-services architecture.
MIT License
568 stars 150 forks source link

Quote arguments for the service when they contain spaces #114

Closed nullabletype closed 5 years ago

nullabletype commented 5 years ago

Path for dotnet.exe contained a space. This stopped the service from starting for me. I also noticed arguments were missing quotations if they contained spaces and were originally quoted so fixed that.

PeterKottas commented 5 years ago

Sounds reasonable. Merging and releasing right away.