nuget package dependency resolution
-
- Posts: 1
- Joined: Fri Feb 24, 2017 5:24 pm
nuget package dependency resolution
I have a nuget package that I am trying to load through package manager that has a reference to an additional resource location. It appears that the error might be indicating an issue with not being able to resolve the additional dependency. I'm using version 6.2.0 and .net runtime 4.0.30319.42000
- Attachments
-
- example
- resolution problem.png (63.7 KiB) Viewed 1951 times
Re: nuget package dependency resolution
Hi,
It seems like there are some libraries missing on your PC.
Maybe you will need to install the Oracle Data Provider.
It seems like there are some libraries missing on your PC.
Maybe you will need to install the Oracle Data Provider.
Re: nuget package dependency resolution
As it turned out I went to the source project for the nuget package I was trying to install and found that there was an update to the Oracle ODP. After performing the update and publishing the updated solution I was then able to install the updated nuget package in the Ranorex solution.
Not certain that this would be expected behavior from a nuget package but maybe something with the Ranorex Studio implementation creates this scenario.
Not certain that this would be expected behavior from a nuget package but maybe something with the Ranorex Studio implementation creates this scenario.
Re: nuget package dependency resolution
If there is a problem with the Nuget implementation, it is a problem with SharpDevelop 4, on which Ranorex Studio 6 is built. You would need to take any issues to the SharpDevelop team. Ranorex just takes their implementation and uses it without changes.
Shortcuts usually aren't...
Re: nuget package dependency resolution
Ranorex Studio uses Nuget Package Manager 2.x, while the newest is 3.x. There is only one case where this was an issue for me (Google.Apis). I was able to work around this by loading my Ranorex Project in Visual Studios, install the package, and return to Ranorex Studios.