Added fallback native assembly resolver.

This commit is contained in:
Maplewheels
2026-03-21 21:45:41 -04:00
parent 5c136aab41
commit 26ac37ed46
3 changed files with 60 additions and 5 deletions
@@ -44,6 +44,10 @@ public interface IAssemblyLoaderService : IService
/// </summary>
Guid Id { get; }
/// <summary>
/// The owner content package.
/// </summary>
ContentPackage OwnerPackage { get; }
/// <summary>
/// Indicates that the assemblies in this load context are metadata references only and not
/// intended for execution.
/// </summary>