question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Setting up a local V3 feed

See original GitHub issue

I am using sleet to create a personal V3 feed which contains most of the packages from the official Nuget feed for an on-premise closed environment.

I managed to use sleet push to generate all of the necessary files (index.json, packageindex, catalog, autocomplete, etc…)

I am now trying to publish my feed via an ASP.NET IIS website which exposes the V3 index.json.

However, I am faced with an error when trying to browse my repo using the Visual Studio package manager:

[Custom Nuget] Only 'http' and 'https' schemes are allowed.
Parameter name: requestUri

My Custom Nuget configuration in VS2015:

Name: Custom Nuget
Source: http://nuget-test/index.json

Where nuget-test is a server running an empty ASP.NET web template with the Nuget.Sever package installed

All of the packages are stored locally on the server nuget-test. The ASP.NET website was made using the guide on nuget.org

What am I doing wrong?

Also, I don’t know how common of a use case this is but I think it’s worth adding a guide on how to setup a local nuget feed using a personal sever and not one that is hosted on Azure

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
MPTG94commented, Aug 22, 2016

I managed to serve the files on a local IIS installation. I will probably make a Pull Request in a few days with an updated Quickstart guide for local installation

0reactions
emgartencommented, Aug 30, 2016

Fixed with @MPTG94’s PR

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to create own Nuget v3 feed? · Issue #2844
So, I need something running on one company reachable server, nothing local on my PC.
Read more >
How do I host my own nuget v3 feed?
I wrote a nuget server aspnetcore middleware recently. Of cource the implementation is so foolish, ugly etc... link. You can set up it...
Read more >
Overview of Hosting Your Own NuGet Feeds
An overview of opens for hosting your own NuGet package feeds or galleries either locally or remotely.
Read more >
Setting up Local NuGet Feeds
How to create a local feed for NuGet packages using folders on your local network.
Read more >
Step 3: Set Up Your Inventory Feed
Part 1: Set Up Your Inventory Report; Part 2: Schedule Your Inventory Report; Part 3: Transmit Your Report to Locally. Additional Details.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found