Matt Ward

Results 118 comments of Matt Ward

Can you try adding your proxy username and password to the NuGet.config file? mono --runtime=v4.0.30319 NuGet.exe sources update -name FeedName -username user -password pass Just interested if that allows you...

Another thing to try is configuring the proxy in your NuGet.config. It looks like you can set the proxy, username and password using a command line similar to: nuget config...

In Xamarin Studio 5.0 the NuGet addin should use the proxy provider built into Xamarin Studio. Would you be able to check if your problem is fixed with Xamarin Studio...

The dialog sent you into an infinite loop or do you mean you tried installing the package again and again? Also if you click the Messages part you can see...

Near the bottom of the Manage Packages dialog there is a Messages label with an arrow next to it. If you click the arrow it will expand and show more...

Dependent package removal is something I have not implemented yet. Not sure about the content files. In NuGet 2.5 a new feature was added where it would overwrite content files...

Not tried using the NuGet addin with Unity. The screen shot only shows the top list of errors. Looking at those errors it does not seem to be a problem...

OK I just tried MonoDevelop that ships with Unity 4.3.4 on Windows. I ran MonoDevelop directly rather than the Unity editor since that refused to startup for some reason. Whilst...

If NuGet is installing the .NET 4.5 assembly from the NuGet package then that is most likely to be because your project is targeting .NET 4.5. NuGet looks at the...

This only seems to be a problem on Linux. On the Mac the case of the web.config file does not seem to matter.