Dear Team.
Could any one help me for converting any project as nuget file .. In Ranorex Automation Helper, we can be download from Nuget package and have pdf function which can be use in many test case script script .How can we create common library function as nuget file .
if we create new ranorex project as new application , by default that application defined as console application in visual studio file then how to convert console application to class library for creating nuget package
Could any team helped me for the same ?
Thanks
Amit Gupta
Ranorex Automation Nuget Package creation for common library
Re: Ranorex Automation Nuget Package creation for common library
Hi Amit!
This is something that I would do in Visual Studio rather than Ranorex (but it may still be possible in Ranorex if the requisite libraries are installed). However, once the NuGet package is created, you can load it in your Ranorex Solutions!
--Jacob
This is something that I would do in Visual Studio rather than Ranorex (but it may still be possible in Ranorex if the requisite libraries are installed). However, once the NuGet package is created, you can load it in your Ranorex Solutions!
--Jacob

Re: Ranorex Automation Nuget Package creation for common library
Thank you for giving quick response but i tried from visual studio after creating new project from ranored but no luck .Jacob wrote: ↑Fri Aug 13, 2021 8:48 pmHi Amit!
This is something that I would do in Visual Studio rather than Ranorex (but it may still be possible in Ranorex if the requisite libraries are installed). However, once the NuGet package is created, you can load it in your Ranorex Solutions!
--Jacob
Could u share any good document which will help to do it
Thank Amit
- Attachments
-
- nuget package.png (83.37 KiB) Viewed 1072 times
Re: Ranorex Automation Nuget Package creation for common library
This guide should get you started: https://docs.microsoft.com/en-us/nuget/ ... -framework