JorJika.Api.WindowsService.DotNetCore
1.0.5
dotnet add package JorJika.Api.WindowsService.DotNetCore --version 1.0.5
NuGet\Install-Package JorJika.Api.WindowsService.DotNetCore -Version 1.0.5
<PackageReference Include="JorJika.Api.WindowsService.DotNetCore" Version="1.0.5" />
paket add JorJika.Api.WindowsService.DotNetCore --version 1.0.5
#r "nuget: JorJika.Api.WindowsService.DotNetCore, 1.0.5"
// Install JorJika.Api.WindowsService.DotNetCore as a Cake Addin #addin nuget:?package=JorJika.Api.WindowsService.DotNetCore&version=1.0.5 // Install JorJika.Api.WindowsService.DotNetCore as a Cake Tool #tool nuget:?package=JorJika.Api.WindowsService.DotNetCore&version=1.0.5
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.1
- Microsoft.AspNetCore (>= 2.1.2)
- Microsoft.AspNetCore.Hosting.WindowsServices (>= 2.1.1)
- System.ServiceProcess.ServiceController (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.