adding image in repo invalidates nuget

Experiences, small talk, and other automation gossip.
zivshapirawork
Posts: 65
Joined: Wed Sep 24, 2014 7:47 am
Location: Israel

adding image in repo invalidates nuget

Post by zivshapirawork » Thu Mar 26, 2015 2:21 pm

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