Sign in Sign up
nuget

JorJika.Api.WindowsService.DotNetCore

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
8y ago
Total releases
6
Cadence
~daily
Last 12 months
0

Details

First release
Aug 06, 2018
Releases
Version Released
1.0.5 patch
1.0.4 patch
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial