Securing a plugin system:
Is there any alternatives to app domains in dotnet 9 for preventing access to the file system when implementing a plugin system using AssemblyLoadContext?
Extism if you wanna go that route. it's a library for wasm plugin creation.GetService<IServiceProvider>("tenantName") with a pass throughIServiceProvider per plugin + a lookup<PackageReference Include="DotNetIsolator" Version="0.1.0-preview.10032" />Extism.GetService<IServiceProvider>("tenantName")IServiceProvider<PackageReference Include="DotNetIsolator" Version="0.1.0-preview.10032" />