You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we still need to figure out a better general solution for NuGet packages that depend on native libraries (since there is no standard/conventional way to know what to load, see #204), we should special-case ML.NET support just as we do for a number of other interesting NuGet packages that natively integrate with the target platform.
While we still need to figure out a better general solution for NuGet packages that depend on native libraries (since there is no standard/conventional way to know what to load, see #204), we should special-case ML.NET support just as we do for a number of other interesting NuGet packages that natively integrate with the target platform.
See dotnet/machinelearning#157 for more bug details. We should continue any discussion here.
We are gearing up for a minor bug fix release against the 1.4 series and a fix for ML.NET support should be trivial enough to include.
Thanks @cosmincatalin for filing the original issue.