Reputation: 14555
Since .NET Core, we no longer have the ability to create custom AppDomains. There are some projects, such as DotNetIsolator, that allow running code in a sandbox. But, if we don't want to use a third-party library, how can we achieve this - running code with controlled permissions - just with out-of-the-box .NET code? I'm thinking for example about spawning processes or using the Windows AppContainer.
Upvotes: 0
Views: 23