Akka.DI.CastleWindsor
1.0.1
Prefix Reserved
See the version list below for details.
dotnet add package Akka.DI.CastleWindsor --version 1.0.1
NuGet\Install-Package Akka.DI.CastleWindsor -Version 1.0.1
<PackageReference Include="Akka.DI.CastleWindsor" Version="1.0.1" />
paket add Akka.DI.CastleWindsor --version 1.0.1
#r "nuget: Akka.DI.CastleWindsor, 1.0.1"
// Install Akka.DI.CastleWindsor as a Cake Addin #addin nuget:?package=Akka.DI.CastleWindsor&version=1.0.1 // Install Akka.DI.CastleWindsor as a Cake Tool #tool nuget:?package=Akka.DI.CastleWindsor&version=1.0.1
CastleWindsor 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.1)
- Castle.Core (>= 3.3.0)
- Castle.Windsor (>= 3.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.3.0 | 21,887 | 8/29/2017 | |
1.2.3 | 7,001 | 7/12/2017 | |
1.0.8 | 3,701 | 5/2/2016 | |
1.0.7 | 1,471 | 4/6/2016 | |
1.0.6 | 1,552 | 1/18/2016 | |
1.0.5 | 1,489 | 12/3/2015 | |
1.0.4 | 2,047 | 8/7/2015 | |
1.0.3 | 1,532 | 6/12/2015 | |
1.0.2 | 1,440 | 6/3/2015 | |
1.0.1 | 1,665 | 4/28/2015 | |
1.0.0 | 1,513 | 4/9/2015 | |
1.0.0-dev1504032244 | 1,117 | 4/3/2015 | |
0.8.0 | 1,643 | 2/12/2015 |
Bugfix release for Akka.NET v1.0.**
Fixes:
[v1.0 F# scheduling API not sending any scheduled messages](https://github.com/akkadotnet/akka.net/issues/831)
[PinnedDispatcher - uses single thread for all actors instead of creating persanal thread for every actor](https://github.com/akkadotnet/akka.net/issues/850)
[Hotfix async await when awaiting IO completion port based tasks](https://github.com/akkadotnet/akka.net/pull/843)
[Fix for async await suspend-resume mechanics](https://github.com/akkadotnet/akka.net/pull/836)
[Nested Ask async await causes null-pointer exception in ActorTaskScheduler](https://github.com/akkadotnet/akka.net/issues/855)
[Akka.Remote: can't reply back remotely to child of Pool router](https://github.com/akkadotnet/akka.net/issues/884)
[Context.DI().ActorOf shouldn't require a parameterless constructor](https://github.com/akkadotnet/akka.net/issues/832)
[DIActorContextAdapter uses typeof().Name instead of AssemblyQualifiedName](https://github.com/akkadotnet/akka.net/issues/833)
[IndexOutOfRangeException with RoundRobinRoutingLogic & SmallestMailboxRoutingLogic](https://github.com/akkadotnet/akka.net/issues/908)
New Features:
Akka.TestKit.NUnit**
Akka.NET now has support for [NUnit ](http://nunit.org/) inside its TestKit. You can install Akka.TestKit.NUnit via the NuGet commandline:
```
PM> Install-Package Akka.TestKit.NUnit
```
Akka.Persistence.SqlServer**
The first full implementation of Akka.Persistence is now available for SQL Server.
[Read the full instructions for working with Akka.Persistence.SQLServer here](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.SqlServer).