Sign in Sign up
nuget

JorJika.Api.WindowsService

Transform your .Net core Api into All in one service. With your self contained build for Win64 you are able to Install and run your Api as Windows service, Self host with double click or even host in IIS proxy. One build does everything. Usage => Use following code in Program.cs: public static void Main(string[] args) { WebHostTools.Run<Startup>(args); } It will bind local ip address from first adapter and use port 5300. You can change these passing additional parameters after "args" parameter.

nuget View on Nuget

Activity

Latest release
6y ago
Total releases
5
Cadence
~32 days
Last 12 months
0

Details

First release
Aug 13, 2018
Releases
Version Released
1.0.10 patch
1.0.9 patch
1.0.8 patch
1.0.7 patch
1.0.6 initial