3 references to GetNativeLibraryPaths
Aspire.Hosting.RemoteHost (1)
IntegrationLoadContext.cs (1)
88
foreach (var path in _packageProbeManifest.
GetNativeLibraryPaths
(unmanagedDllName))
Aspire.Hosting.RemoteHost.Tests (2)
IntegrationLoadContextTests.cs (2)
89
Assert.Contains(nativeLibraryPath, probeManifest.
GetNativeLibraryPaths
("e_sqlite3"));
90
Assert.Contains(nativeLibraryPath, probeManifest.
GetNativeLibraryPaths
("libe_sqlite3.so"));