Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

myget

Add custom package source to Visual Studio Code

July 20, 2023 by Tarik

Adding a nuget.config in the project solves it for the project. Adding to the root is ok. The config could look like this: <?xml version=”1.0″ encoding=”utf-8″?> <configuration> <packageSources> <add key=”MyGet” value=”https://www.myget.org/F/aspnet-contrib/api/v3/index.json” /> </packageSources> </configuration>

Categories visual-studio-code Tags myget, package-managers, visual-studio-code Leave a comment

Add custom package source to Visual Studio Code

July 20, 2023 by Tarik

Adding a nuget.config in the project solves it for the project. Adding to the root is ok. The config could look like this: <?xml version=”1.0″ encoding=”utf-8″?> <configuration> <packageSources> <add key=”MyGet” value=”https://www.myget.org/F/aspnet-contrib/api/v3/index.json” /> </packageSources> </configuration>

Categories visual-studio-code Tags myget, package-managers, visual-studio-code Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa