We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all thank you for the project, you saved me a lot of time.
Problem: I want to run my ASP.NET Core as a service, but examples are so big, they don't give an idea how to simple configure it and run.
So what i suggest is an IWebHost extension, that's just easy to set-up. Kinda an analogy to this:
https://github.com/aspnet/Hosting/blob/dev/src/Microsoft.AspNetCore.Hosting.WindowsServices/WebHostWindowsServiceExtensions.cs
The text was updated successfully, but these errors were encountered:
Implemented by #58 and #59
Sorry, something went wrong.
No branches or pull requests
First of all thank you for the project, you saved me a lot of time.
Problem: I want to run my ASP.NET Core as a service, but examples are so big, they don't give an idea how to simple configure it and run.
So what i suggest is an IWebHost extension, that's just easy to set-up. Kinda an analogy to this:
https://github.com/aspnet/Hosting/blob/dev/src/Microsoft.AspNetCore.Hosting.WindowsServices/WebHostWindowsServiceExtensions.cs
The text was updated successfully, but these errors were encountered: