DynamicScriptSandbox icon indicating copy to clipboard operation
DynamicScriptSandbox copied to clipboard

An experiment with C# .NET, dynamic compilation, and AppDomains

Results 1 DynamicScriptSandbox issues
Sort by recently updated
recently updated
newest added

It looks like we can mark the PluginCommon DLL as trusted by passing its "strong name" to `AppDomain.CreateDomain()`. This might allow us to remove various permissions from the `PermissionSet`, as...

enhancement