Problem
developers get confusing compile errors when trying to use System.IO, System.Reflection, System.Threading.Thread, System.Net, System.Diagnostics.Process, and other restricted APIs — In s&box, the .NET API is sandboxed. Tension: many standard .NET types and namespaces are blocked for security. Outcome: The whitelist is enforced at compile time.
512ffedb-0f0c-419d-a301-069267861766
developers get confusing compile errors when trying to use System.IO, System.Reflection, System.Threading.Thread, System.Net, System.Diagnostics.Process, and other restricted APIs — In s&box, the .NET API is sandboxed. Tension: many standard .NET types and namespaces are blocked for security. Outcome: The whitelist is enforced at compile time.