Matt Ward

Results 118 comments of Matt Ward

Not sure. Looking at the code NuGet is trying to do: ``` Directory.CreateDirectory(path); ``` Where the path is "/Users/chrisyoung/.config/NuGet". Without recompiling NuGet.Core.dll there is no way to change the directory...

Directory.CreateDirectory(...) should work if the directory exists and is read-only. I would probably create a simple app that just tries to create a directory and try it on different directories...

I would try the latest [NuGet.targets](https://nuget.codeplex.com/SourceControl/latest#src/Build/NuGet.targets) file available from codeplex and use this to replace the one in your .nuget directory. The latest NuGet.targets file fixes the problem with spaces...

I downloaded the latest [PSM SDK 2.0](https://psm.playstation.net/static/general/all/en/psm_sdk.html) and that seems to be using MonoDevelop 2.8.8.4. I tried a recompiled version of the [NuGet addin](https://github.com/mrward/monodevelop-nuget-addin/blob/monodevelop-2.8/MonoDevelop.PackageManagement_0.8.mpack?raw=true) which seems to work without any...

Sadly this does not work. If an addin says it is compatible with 2.0 or 2.6 it cannot be installed in MonoDevelop 2.8. I built a version of the [NuGet...

I have seen this reported on StackOverflow a couple of times but I have never worked out what the underlying problem is. NuGet unzips the NuGet packages to a temporary...

Not sure. It seems OK for me. You could try adding the url again or just download the [.mpack](http://mrward.github.com/monodevelop-nuget-addin-repository/4.0/MonoDevelop.PackageManagement_0.8.mpack) directly and then use the Install from File button instead.

You can sign the [JCA](https://github.com/icsharpcode/SharpDevelop/wiki/Joining-the-Team) or include the comment about the MIT license with each pull request. This pull request has a merge conflict. I cherry picked your original commit...

I am unable to reproduce this on Windows 7 with SharpDevelop 4.4.2. Looking at the StackOverflow post it seems to be specific to Windows Vista. You could try turning the...

Looking at the parameters being passed to Csc you can see two different parameters when the solution is compiled using SharpDevelop: /errorendlocation /preferreduilang:en-US The preferreduilang parameter seems to be causing...