This package provides an extensions to HostBuilder class that simplifies development of Service Fabric Reliable Services.
Info
Version: | 1.5.2 |
Author(s): | Coherent Solutions, Inc |
Last Update: | Tuesday, July 12, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/coherentsolutionsinc/aspnetcore-service-fabric-hosting |
NuGet Url: | https://www.nuget.org/packages/CoherentSolutions.Extensions.Hosting.ServiceFabric |
Install
Install-Package CoherentSolutions.Extensions.Hosting.ServiceFabric
dotnet add package CoherentSolutions.Extensions.Hosting.ServiceFabric
paket add CoherentSolutions.Extensions.Hosting.ServiceFabric
CoherentSolutions.Extensions.Hosting.ServiceFabric Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.0.3)
- Microsoft.Extensions.Hosting(>= 2.1.0)
- Microsoft.ServiceFabric(>= 7.0.457)
- Microsoft.ServiceFabric.AspNetCore.HttpSys(>= 4.0.457)
- Microsoft.ServiceFabric.AspNetCore.Kestrel(>= 4.0.457)
- Microsoft.ServiceFabric.Diagnostics.Internal(>= 4.0.457)
- Microsoft.ServiceFabric.FabricTransport.Internal(>= 4.0.457)
- Microsoft.ServiceFabric.Services(>= 4.0.457)
- Microsoft.ServiceFabric.Services.Remoting(>= 4.0.457)
- System.Reflection.Emit(>= 4.3.0)
- System.Reflection.Emit.ILGeneration(>= 4.3.0)
Tags