Page 1 of 1

adding image in repo invalidates nuget

Posted: Thu Mar 26, 2015 2:21 pm
by zivshapirawork
Hi

I am building a dll library using Ranorex, and consuming the dll (as a reference) in another .NET project via a NuGet repository. Normally this works fine.

when I added an image to the Ranroex repo (in order to create an imageCompare validation step in the recording), the NuGet package was invalid. The consuming project received the following error, when running the following command in the NuGet console:

>>Update-Package xxxxx.dll xxxxx
Update-Package : Unable to find package 'xxxxx.dll'.
At line:1 char:1
+ Update-Package xxxxx.dll xxxxx
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Update-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.UpdatePackageCommand
I am not sure if Ranorex does not integrate with NuGet when images are involved. I would like to know if anyone has encountered this?

Ranorex 5.3.0