how to use third library of NuGet?
Created at 30 Jan 2018, 16:28
XX
how to use third library of NuGet?
30 Jan 2018, 16:28
hi,I want to use https://www.nuget.org/packages/R.NET.Community/ for calculating complex indicators.
but if I did
"nuget install R.NET.Community"
I got the file
"R.NET.Community.1.7.0.nupkg"
is there anyway to add this file to cAlgo Reference?
ricky.global9
10 Jan 2019, 17:47
RE:
xxxhailmaryxxx@gmail.com said:
Yes you can do this by following these simple steps...
1. First install your required nuget to a .net developer platform like Visual Studio
2. After successfully installation exit vs and enter to your cAlgo
3. Click on the Manage References button, then go to Libraries and click on Browse button and provide your installed valid nuget dll's path
4. Finally click Apply
That's it, nuget is imported to your cAlgo program...
@ricky.global9