Akka.DI.Ninject
1.0.3
Prefix Reserved
See the version list below for details.
dotnet add package Akka.DI.Ninject --version 1.0.3
NuGet\Install-Package Akka.DI.Ninject -Version 1.0.3
<PackageReference Include="Akka.DI.Ninject" Version="1.0.3" />
<PackageVersion Include="Akka.DI.Ninject" Version="1.0.3" />
<PackageReference Include="Akka.DI.Ninject" />
paket add Akka.DI.Ninject --version 1.0.3
#r "nuget: Akka.DI.Ninject, 1.0.3"
#addin nuget:?package=Akka.DI.Ninject&version=1.0.3
#tool nuget:?package=Akka.DI.Ninject&version=1.0.3
Ninject Dependency Injection (DI) support for Akka.NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Akka.DI.Core (>= 1.0.3)
- Ninject (>= 3.2.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Akka.DI.Ninject:
Package | Downloads |
---|---|
Cqrs.Ninject.Akka
Use Ninject as your IoC container of choice with Akka.Net for CQRS.NET |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Akka.DI.Ninject:
Repository | Stars |
---|---|
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Version | Downloads | Last updated | |
---|---|---|---|
1.3.1 | 50,764 | 10/31/2017 | |
1.1.1 | 22,868 | 8/11/2016 | |
1.0.8 | 2,537 | 5/2/2016 | |
1.0.7 | 1,527 | 4/6/2016 | |
1.0.6 | 2,111 | 1/18/2016 | |
1.0.5 | 1,804 | 12/3/2015 | |
1.0.4 | 21,411 | 8/7/2015 | |
1.0.3 | 1,456 | 6/12/2015 | |
1.0.2 | 1,397 | 6/3/2015 | |
1.0.1 | 1,736 | 4/28/2015 | |
1.0.0 | 1,374 | 4/9/2015 | |
1.0.0-dev1504032244 | 1,108 | 4/3/2015 | |
0.8.0 | 1,572 | 2/12/2015 |
Bugfix release for Akka.NET v1.0.2.**
This release addresses an issue with Akka.Persistence.SqlServer and Akka.Persistence.PostgreSql where both packages were missing a reference to Akka.Persistence.Sql.Common.
In Akka.NET v1.0.3 we've packaged Akka.Persistence.Sql.Common into its own NuGet package and referenced it in the affected packages.