- Home
- Forum
- cBots API Help
- how to use third library of NuGet?
how to use third library of NuGet?
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?
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...