Code Monkey home page Code Monkey logo

nuget.server.azurestorage's People

Contributors

andrewkl avatar assassyn avatar derigel23 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nuget.server.azurestorage's Issues

Incorrect version of Ninject in packages.config

I have installed and tried your new version 2.8.1.9 and have a number of issues.

I have to manual update the package Ninject as the nugget package installs version 3.0 but requires 3.2 to run web site

Pushed a package but no packages listed in Visual Studio

So I pulled the code and modified the Nuget.Server.TestInstance with my Azure storage account connection string then published to an Azure Web App of my choosing. I appear to have successfully published a package by modifying the automation script because it shows up when I pull down the content at this url:

1: http://nuget.myserver.com/nuget/Packages

However, when I access the following URL:

2: http://nuget.myserver.com/nuget

There are no packages to be found! Visual Studio also shows no packages. Probably because Visual Studio wants to hit URL No. 2

Any ideas why the package shows up in the */nuget/Packages list but not in the */nuget list?

Installing the package somehow messes with the csproj file

I was basically following this:

http://docs.nuget.org/docs/Creating-Packages/Hosting-Your-Own-NuGet-Feeds

After installing the NuGet.Server package, I tried installing your package. However I got a message saying that the project file had been modified both inside of and outside of the environment. I could save both, and they are different sizes, but I can't help but wonder if some of the changes made by this package will be lost, no matter which of the two I choose to use.

Any idea how to get rid of this problem? It should be easily reproduced I hope. I am using Visual Studio 2012, NuGet 2.8.50313.31.

GetLatestBlob - KeyNotFoundException

I've installed v2.8.1.9 via Nuget and I've added the StorageConnectionString pointing to my Azure Storage but I get this error while browsing /nuget/Packages:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
  <code></code>
  <message xml:lang="en-US">An error occurred while processing this request.</message>
  <innererror>
    <message>The given key was not present in the dictionary.</message>
    <type>System.Collections.Generic.KeyNotFoundException</type>
    <stacktrace>   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)&#xD;
   at Nuget.Server.AzureStorage.AzureServerPackageRepository.GetLatestBlob(CloudBlobContainer container)&#xD;
   at Nuget.Server.AzureStorage.AzureServerPackageRepository.&lt;GetPackages&gt;b__2(CloudBlobContainer x)&#xD;
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()&#xD;
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()&#xD;
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)&#xD;
   at System.Linq.OrderedEnumerable`1.&lt;GetEnumerator&gt;d__0.MoveNext()&#xD;
   at System.Linq.Enumerable.&lt;TakeIterator&gt;d__3a`1.MoveNext()&#xD;
   at System.Data.Services.DataService`1.SerializeResponseBody(RequestDescription description, IDataService dataService)&#xD;
   at System.Data.Services.DataService`1.HandleNonBatchRequest(RequestDescription description)&#xD;
   at System.Data.Services.DataService`1.HandleRequest()</stacktrace>
  </innererror>
</error>

Do I need to create a Container with a specific name within my Storage or is there someting else that I need to configure?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.