Version 9.4.0 of the VW NuGet does not automatically pull in native runtime dependencies #4214
Labels
Bug
Bug in learning semantics, critical by default
Workaround Exists
There exists a workaround to the issue, and it is documented in the description
Describe the bug
When using the VW NuGet version 9.4.0, on first invocation of the native code, a FileNotFoundException will be raised due to a lack of the "VowpalWabbit.Core" dynamic library, which is found in the platform-specific runtime support packages:
Workaround: Manually add a reference to the runtime support packages. Adding all three is the recommended method, but only the one targeting your platform of choice is required.
How to reproduce
Add a reference to the 9.4.0 version of the C# NuGet, and instantiate the VowpalWabbit object.
Version
9.4.0
OS
Any
Language
C#
Additional context
No response
The text was updated successfully, but these errors were encountered: