Vagabond 0.16.2
Install-Package Vagabond -Version 0.16.2
dotnet add package Vagabond --version 0.16.2
<PackageReference Include="Vagabond" Version="0.16.2" />
paket add Vagabond --version 0.16.2
#r "nuget: Vagabond, 0.16.2"
// Install Vagabond as a Cake Addin
#addin nuget:?package=Vagabond&version=0.16.2
// Install Vagabond as a Cake Tool
#tool nuget:?package=Vagabond&version=0.16.2
A library that facilitates runtime distribution of IL in the .NET
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
-
.NETCoreApp 3.0
- FSharp.Core (>= 4.3.2)
- FsPickler (>= 5.3.0)
- Mono.Cecil (>= 0.11.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Vagabond:
Package | Downloads |
---|---|
MBrace.Runtime
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. |
|
MBrace.Thespian
Provides a simple MBrace cluster implementation over Nessos.Thespian. |
|
MBrace.Runtime.Core
MBrace runtime core library containing the foundations for implementing distributed runtimes that support cloud workflows. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.16.2 | 2,781 | 2/16/2020 |
0.16.1 | 376 | 2/16/2020 |
0.16.0 | 343 | 2/13/2020 |
0.15.1 | 2,015 | 2/11/2019 |
0.15.0 | 5,622 | 10/12/2017 |
0.14.0 | 13,019 | 7/21/2016 |
0.13.1 | 19,601 | 7/19/2016 |
0.13.0 | 3,239 | 5/31/2016 |
0.12.11 | 3,033 | 4/14/2016 |
0.12.10 | 1,461 | 4/9/2016 |
0.12.9 | 1,424 | 3/16/2016 |
0.12.8 | 839 | 3/16/2016 |
0.12.7 | 4,032 | 1/27/2016 |
0.12.6 | 1,129 | 1/27/2016 |
0.12.5 | 4,333 | 12/16/2015 |
0.12.4 | 1,613 | 12/14/2015 |
0.12.3 | 2,150 | 12/11/2015 |
0.12.2 | 2,834 | 11/27/2015 |
0.12.1 | 946 | 11/25/2015 |
0.12.0 | 4,200 | 10/26/2015 |
0.11.0 | 2,511 | 10/16/2015 |
0.10.0 | 1,516 | 10/12/2015 |
0.9.1 | 3,263 | 9/25/2015 |
0.9.0 | 1,615 | 9/18/2015 |
0.8.5 | 3,076 | 8/14/2015 |
0.8.4 | 1,023 | 8/10/2015 |
0.8.3 | 1,300 | 8/3/2015 |
0.8.2 | 1,096 | 7/31/2015 |
0.8.1 | 1,104 | 7/30/2015 |
0.8.0 | 1,127 | 7/29/2015 |
0.7.9 | 1,148 | 7/24/2015 |
0.7.8 | 1,047 | 7/23/2015 |
0.7.7 | 1,208 | 7/23/2015 |
0.7.6 | 1,119 | 7/20/2015 |
0.7.5 | 1,826 | 6/10/2015 |
0.7.4 | 911 | 6/10/2015 |
0.7.3 | 1,194 | 6/10/2015 |
0.7.2 | 929 | 6/10/2015 |
0.7.1 | 1,261 | 6/10/2015 |
0.7.0 | 1,017 | 6/9/2015 |
0.6.12 | 1,144 | 6/8/2015 |
0.6.11 | 946 | 6/8/2015 |
0.6.10 | 1,049 | 6/8/2015 |
0.6.9 | 1,323 | 6/2/2015 |
0.6.8 | 1,202 | 5/25/2015 |
0.6.7 | 1,169 | 5/20/2015 |
0.6.6 | 1,371 | 5/8/2015 |
0.6.5 | 1,229 | 5/5/2015 |
0.6.4 | 1,474 | 4/30/2015 |
0.6.3 | 1,573 | 4/15/2015 |
0.6.2 | 1,489 | 4/13/2015 |
0.6.1 | 1,184 | 4/1/2015 |
0.6.0 | 1,355 | 3/27/2015 |
0.5.4 | 1,075 | 3/24/2015 |
0.5.3 | 1,226 | 3/24/2015 |
0.5.2 | 1,069 | 3/22/2015 |
0.5.1 | 1,062 | 3/21/2015 |
0.5.0 | 1,105 | 3/18/2015 |
0.3.2 | 2,239 | 2/3/2015 |
0.3.1 | 1,081 | 1/31/2015 |
0.3.0 | 1,306 | 1/28/2015 |
Fix AssemblyLoadContext bug.