Akka.FSharp 1.4.18

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Akka.FSharp --version 1.4.18
                    
NuGet\Install-Package Akka.FSharp -Version 1.4.18
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Akka.FSharp" Version="1.4.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Akka.FSharp" Version="1.4.18" />
                    
Directory.Packages.props
<PackageReference Include="Akka.FSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Akka.FSharp --version 1.4.18
                    
#r "nuget: Akka.FSharp, 1.4.18"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Akka.FSharp@1.4.18
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Akka.FSharp&version=1.4.18
                    
Install as a Cake Addin
#tool nuget:?package=Akka.FSharp&version=1.4.18
                    
Install as a Cake Tool

F# API support for Akka.NET

Product 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Akka.FSharp:

Package Downloads
Akka.Persistence.FSharp

F# API for persistence actors in Akka.NET

Akka.NET.FSharp.API.Extensions

Set of extensions to the Akka.NET F# API that are not available in the standard library. This includes actor lifecycle managment and stateful actors.

CurryOn.Akka.Persistence.Elasticsearch

Akka.net Persistence Plug-in for Elasticsearch. Includes Event Journal, Snapshot Store, and Query Read Journal.

CurryOn.Akka.Persistence.Streaming

Framework for creating Akka.net Persistence Plug-Ins based on Stream data-stores.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.67 140 4/26/2026
1.5.66 135 4/24/2026
1.5.65 155 4/10/2026
1.5.64 158 3/31/2026
1.5.63 162 3/23/2026
1.5.62 265 3/3/2026
1.5.61 159 2/26/2026
1.5.60 869 2/10/2026
1.5.59 176 1/26/2026
1.5.58 488 1/8/2026
1.5.57 546 12/11/2025
1.5.57-beta2 739 12/3/2025
1.5.57-beta1 746 12/2/2025
1.5.56 805 11/25/2025
1.5.55 423 10/26/2025
1.5.54 239 10/17/2025
1.5.53 592 10/10/2025
1.5.52 2,170 10/6/2025
1.5.51 3,135 10/1/2025
1.4.18 3,441 3/23/2021
Loading failed

Maintenance Release for Akka.NET 1.4**
This is a minor release of Akka.NET that redesigns how the `Props` class and Akka.DependencyInjection uses it. _These changes are non-breaking_, but please let us know if you run into any trouble at all.
[Akka: `Props` methods for propagating and setting `IActorProducer` are pretty weird](https://github.com/akkadotnet/akka.net/issues/3599)
[Akka: made `Deploy` methods virtual](https://github.com/akkadotnet/akka.net/pull/4868)
[Akka.DependencyInjection: `ServiceProviderProps` is broken - needs to be rewritten](https://github.com/akkadotnet/akka.net/issues/4853)
[Akka.Streams: FileIO sinks don't flush until completed](https://github.com/akkadotnet/akka.net/issues/4851)
To see the [full set of fixes in Akka.NET v1.4.18, please see the milestone on Github](https://github.com/akkadotnet/akka.net/milestone/48).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 3 | 431 | 451 | Aaron Stannard |
| 3 | 229 | 4980 | Gregorius Soedharmo |
| 2 | 2 | 2 | dependabot-preview[bot] |