-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oxyplot.WindowsForms package not correctly installing #569
Comments
Hi, |
Hey. The project is set to |
This is the Issue, the package officially only supports |
Okay. Changing the API Compatibility setting to .Net Framework seems to have solved the issue. I'm guessing such a "force" installation feature would work here because of the external libraries working after copying them in. Thank you. |
Oxyplot.WindowsForms package
NuGetForUnity 3.1.3
Unity 2021.3.17
Windows 11
Installing this package is recently causing compile errors (possibly last month or two). Specifically with the following Unity error when using code in the project that makes use of the package:
NuGetForUnity thinks the package is successfully installed, but there are no libraries installed in the
Assets\Packages\OxyPlot.WindowsForms.2.1.2\lib
directory of the project. It is totally empty.A successful workaround is to use an external installation of Oxyplot.WindowsForms (with Rider or Visual Studio) and manually copying over the net45 directory with the containing .dll and .xml files into the lib directory.
The text was updated successfully, but these errors were encountered: