HDFGroup / HDFGroup/HDF.PInvoke
The native DLLs are not searched realtive to the HDF.PInvoke.dll
Open
- Dominant language
- C#
- Stars
- 87
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
In `NativeDependencies.GetAssemblyName()` the path is selected relative to the executed assembly (the program using the DLL) and not (what I expected) relative to the DLL.
This could be fixed by replacing `System.Reflection.Assembly.GetExecutingAssembly()` with `typeof(NativeDependencies).Assembly`.
Are there any concerns or use-cases which this might destroy?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.