Troubleshooting
Nuget access
To have access to the required CoreConnect nuget packages, you must have access to the RB2 nuget feed. For this you need to be part of the rb2 organisation in Github. Contact your Tech Lead to get access. Once you have access, you can create a personal access token using this guide. This token can then be used to authenticate Nuget, using the following command:
# Setup nuget sourcedotnet nuget add source https://nuget.pkg.github.com/rb2-bv/index.json -n rb2nl -u <Github_Username> -p <Personal_Access_Token> --store-password-in-clear-textAlternatively, you can use visual studio to setup the feed manually:
- To add nuget as a source go to 
visual studio > preference > NuGet > Sourcesand clickAdd. - Name the feed 
rb2nlwith source 
https://nuget.pkg.github.com/rb2-bv/index.jsonNPM
To access the CLI, as well as some other proprietary NPM packages, you need to setup access to the RB2 feed. Paste the following command into the terminal, and follow authentication instructions:
npm login --scope=rb2-bv --auth-type=legacy --registry=https://npm.pkg.github.com