how to use third library of NuGet?

xxxhailmaryxxx@gmail.com since: 22 Jan 2018;

  30 Jan 2018, 16:28
how to use third library of NuGet?

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's avatar

ricky.global9 since: 22 Dec 2018;

  10 Jan 2019, 17:47
RE:

xxxhailmaryxxx@gmail.com said:

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?

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...