NuGet for Ranroex Runtime?

Class library usage, coding and language questions.
PBMax
Posts: 12
Joined: Mon Apr 02, 2012 7:42 pm

NuGet for Ranroex Runtime?

Post by PBMax » Sun Aug 26, 2018 1:59 pm

Is there a NuGet package for the Ranroex runtime for API projects? I know in ranorex studio I can output the runtime in the settings options but I want to use Visual Studio and don't want to check in the Runtime into source control. I would love to be able to target different versions of the Runtime whenever we upgrade our project. Currently we need references to the Ranorex DLLs and these references have a hint path that specify the specific version. Having a NuGet package will allow me to reference the DLLs from the RunTime folder and allow me to push my project out to remote machines for execution without the hassle of installing Ranorex on every test runner. This will also allow me to upgrade Ranorex easily by just updating the NuGet version to the latest when available.

asdf
Posts: 174
Joined: Mon Mar 21, 2016 3:16 pm

Re: NuGet for Ranroex Runtime?

Post by asdf » Tue Aug 28, 2018 12:02 pm

Unfortunately, there is no NuGet package which contains the Ranorex runtime. However, you could simply create your own NuGet package and use it in Visual Studio.
Hope that helps.
Asdf