MBrace.Runtime 1.6.0-alpha.1

This is a prerelease version of MBrace.Runtime.
dotnet add package MBrace.Runtime --version 1.6.0-alpha.1
                    
NuGet\Install-Package MBrace.Runtime -Version 1.6.0-alpha.1
                    
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="MBrace.Runtime" Version="1.6.0-alpha.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MBrace.Runtime" Version="1.6.0-alpha.1" />
                    
Directory.Packages.props
<PackageReference Include="MBrace.Runtime" />
                    
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 MBrace.Runtime --version 1.6.0-alpha.1
                    
#r "nuget: MBrace.Runtime, 1.6.0-alpha.1"
                    
#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 MBrace.Runtime@1.6.0-alpha.1
                    
#: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=MBrace.Runtime&version=1.6.0-alpha.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MBrace.Runtime&version=1.6.0-alpha.1&prerelease
                    
Install as a Cake Tool

MBrace runtime core library containing the foundations
     for implementing distributed runtimes that support cloud workflows.
     The runtime core uses FsPickler and Vagabond as a foundation for communication
     and upload of code.

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 netcoreapp3.0 is compatible.  netcoreapp3.1 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 MBrace.Runtime:

Package Downloads
MBrace.Azure

MBrace on Windows Azure.

MBrace.Thespian

Provides a simple MBrace cluster implementation over Nessos.Thespian.

MBrace.Azure.Management

MBrace.Azure cluster management library.

MBrace.AWS

An MBrace cluster implementation on top of AWS PaaS. Bundles a standalone executable for setup of local worker instances.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.0-alpha.1 548 2/18/2020
1.5.4 2,869 10/28/2017
1.5.3 2,100 10/28/2017
1.5.2 2,107 10/19/2017
1.5.1 2,057 10/19/2017
1.5.0 6,945 10/17/2017
1.4.0 13,984 11/12/2016
1.3.1 20,820 7/19/2016
1.3.0 5,663 7/15/2016
1.2.6 2,480 6/1/2016
1.2.5 2,253 6/1/2016
1.2.4 2,205 5/31/2016
1.2.3 2,187 5/30/2016
1.2.2 2,194 5/30/2016
1.2.1 2,209 5/30/2016
1.2.0 3,384 5/26/2016
1.1.8 3,277 4/14/2016
1.1.7 3,301 4/9/2016
1.1.6 2,271 3/16/2016
1.1.5 2,162 3/15/2016
Loading failed

Migrate to dotnet core.