using System.Runtime.Loader; namespace Nerfed.Editor.Project; internal class EditorAssemblyLoadContext : AssemblyLoadContext { public EditorAssemblyLoadContext() : base(isCollectible: true) { } }