VS Code on Mac only uses one nuget source, even though two are configured in the nuget.config file
Jai Holloway
40
Reputation points
I wrote a .NET MAUI app in Visual Studio but couldn't get the app to install on an iPhone. I installed VS Code on my Mac, but am having problems with it. I have a nuget.config file with two nuget sources configured, but VS Code only ever uses nuget.org and never looks at the second source. Has anyone come across this problem with VS Code? Any help would be appreciated.
The second source I have configured is Telerik, as I am using Telerik for MAUI controls in the app.
Sign in to answer