Sandbox 1.0.55
dotnet add package Sandbox --version 1.0.55
NuGet\Install-Package Sandbox -Version 1.0.55
<PackageReference Include="Sandbox" Version="1.0.55" />
<PackageVersion Include="Sandbox" Version="1.0.55" />
<PackageReference Include="Sandbox" />
paket add Sandbox --version 1.0.55
#r "nuget: Sandbox, 1.0.55"
#addin nuget:?package=Sandbox&version=1.0.55
#tool nuget:?package=Sandbox&version=1.0.55
Sandbox provides interface for out-of-process code execution. Increase the reliability of your application by leveraging multi-process architecture. You can run the code in a process of the correct bitness.So if you have legacy 32 bit DLLs you want to call from a 64 bit process then you want Sandbox. When you run your task Sandbox will automatically put your code into a separate process. Normal everyday exceptions will cross the process boundary and can be handled by your calling code. Sandbox based on named pipes, binary serialization and observers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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. |
-
- System.Reactive (>= 3.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.