Enables dependency injection to be easily used with the Service Fabric Reliable Services model.
Info
Version: | 3.0.1 |
Author(s): | Jami Lurock |
Last Update: | Friday, September 24, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoCreate/service-fabric-dependency-injection |
NuGet Url: | https://www.nuget.org/packages/SoCreate.ServiceFabric.DependencyInjection.Services |
Install
Install-Package SoCreate.ServiceFabric.DependencyInjection.Services
dotnet add package SoCreate.ServiceFabric.DependencyInjection.Services
paket add SoCreate.ServiceFabric.DependencyInjection.Services
SoCreate.ServiceFabric.DependencyInjection.Services Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Hosting(>= 3.1.0)
- Microsoft.ServiceFabric.Services(>= 4.0.457)
Tags