Add unit test to verify LibraryImport attributes usage for proper bindings

This commit is contained in:
Wojciech Figat
2023-01-24 09:25:39 +01:00
parent 405ae519dd
commit f1f5dacb6f
4 changed files with 61 additions and 1 deletions

View File

@@ -1036,7 +1036,7 @@ namespace FlaxEngine
private static Dictionary<Assembly, ManagedHandle> assemblyHandles = new();
private static Dictionary<string, IntPtr> loadedNativeLibraries = new();
private static Dictionary<string, string> nativeLibraryPaths = new();
internal static Dictionary<string, string> nativeLibraryPaths = new();
private static Dictionary<Assembly, string> assemblyOwnedNativeLibraries = new();
internal static AssemblyLoadContext scriptingAssemblyLoadContext;