- Added friendly name to ACLs for identification during unloading.

- Added debug messages showing mods that have not unloaded from a previous session.
This commit is contained in:
MapleWheels
2023-10-05 15:32:08 -04:00
committed by Evil Factory
parent 40c8f3e666
commit 523ee8d641
3 changed files with 44 additions and 9 deletions
@@ -23,6 +23,7 @@ namespace Barotrauma;
public class MemoryFileAssemblyContextLoader : AssemblyLoadContext
{
// public
public string FriendlyName { get; set; } = null;
// ReSharper disable MemberCanBePrivate.Global
public Assembly CompiledAssembly { get; private set; } = null;
public byte[] CompiledAssemblyImage { get; private set; } = null;