-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
clronihas several native dependencies (liboni.dll,onidriver_<whatever>.dll).OpenEphys.Onix1references theclroninuget package and these native dependencies are copied into its build directory. This occurs becauseclronicontains aclroni.targetsfiles with instructions for extracting its native libraries:

OpenEphys.Onix1.Designreferences theOpenEphys.Onix1project, which itself references theclroninuget package. However, when built, native dependencies are not copied to the build directory. When debugging, this results in a native methods exception because there is no native library.

- Directly references the
clroninuget package in theOpenEphys.Onix1.Designproject solves this issue, but feels like a hack becauseclroniis not directly referenced in the design project code.
Metadata
Metadata
Labels
help wantedExtra attention is neededExtra attention is needed