Info
Version: | 1.0.55 |
Author(s): | Vladimir Ezhikov |
Last Update: | Wednesday, June 5, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Vladimirezh/Sandbox |
NuGet Url: | https://www.nuget.org/packages/Sandbox |
Install
Install-Package Sandbox
dotnet add package Sandbox
paket add Sandbox
Sandbox Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reactive(>= 3.1.1)
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.