FirecrackerSharp 0.1.0-beta
This is a prerelease version of FirecrackerSharp.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package FirecrackerSharp --version 0.1.0-beta
NuGet\Install-Package FirecrackerSharp -Version 0.1.0-beta
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="FirecrackerSharp" Version="0.1.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FirecrackerSharp --version 0.1.0-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FirecrackerSharp, 0.1.0-beta"
#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.
// Install FirecrackerSharp as a Cake Addin #addin nuget:?package=FirecrackerSharp&version=0.1.0-beta&prerelease // Install FirecrackerSharp as a Cake Tool #tool nuget:?package=FirecrackerSharp&version=0.1.0-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
FirecrackerSharp
FirecrackerSharp is a C# SDK for the innovative Firecracker microVM hypervisor developed by Amazon. It provides .NET developers with the ability to develop applications that utilize microVMs.
Since Firecracker depends on KVM and thus only runs on Linux, you'll need an additional package that provides the SDK with a Linux environment:
FirecrackerSharp.Host.Local
- run microVMs on your own machine natively. This will require a Linux desktop OS and is the recommended approach for developing with the SDK.FirecrackerSharp.Host.Ssh
- run microVMs over an SSH connection to a remote Linux machine. This is currently the only available method if you run Windows or macOS as your development environment.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Octokit (>= 11.0.1)
- Serilog (>= 3.1.1)
- System.Text.Json (>= 8.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FirecrackerSharp:
Package | Downloads |
---|---|
FirecrackerSharp.Host.Ssh
A remote/SSH host for the FirecrackerSharp microVM SDK |
|
FirecrackerSharp.Host.Local
A native Linux host for the FirecrackerSharp microVM SDK |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.0-beta | 59 | 6/20/2024 |
0.5.1-beta | 64 | 6/20/2024 |
0.4.0-beta | 67 | 6/8/2024 |
0.3.0-beta | 55 | 6/8/2024 |
0.2.1-beta | 63 | 6/3/2024 |
0.2.0-beta | 64 | 6/1/2024 |
0.1.0-beta | 61 | 6/1/2024 |