Matt Ward

Results 118 comments of Matt Ward

There is a new [0.12 version of the NuGet extensions addin](https://github.com/mrward/monodevelop-addins/blob/gh-pages/6.1/MonoDevelop.PackageManagement.Extensions_0.12.mpack) that works with Xamarin Studio 6.1. Unfortunately the [MonoDevelop addin repository](http://addins.monodevelop.com) is not currently building or publishing so I...

Support for Xamarin Studio 6.2 is now available with a modified version of the NuGet extensions addin available to download from [GitHub](https://github.com/mrward/monodevelop-addins/blob/gh-pages/6.2/MonoDevelop.PackageManagement.Extensions_0.12.mpack).

Added a build of the NuGet extensions addin to [GitHub](https://github.com/mrward/monodevelop-addins/blob/gh-pages/7.0/MonoDevelop.PackageManagement.Extensions_0.12.mpack) that works with Visual Studio for Mac - Preview 2 (7.0 build 560).

Not with what is currently available in the GitHub repository. It only works from inside Xamarin Studio or MonoDevelop. I did look at this with [SharpDevelop](http://community.sharpdevelop.net/blogs/mattward/archive/2011/06/12/InstallingNuGetPackagesOutsideVisualStudio.aspx) so you could update...

Getting Enable-Migrations, Add-Migration, Update-Database and the scaffolding to work is non-trivial. I got that working in SharpDevelop but only by creating custom versions of the the corresponding NuGet packages. The...

One problem is that EntityFramework and MvcScaffolding rely on parts of the Visual Studio object model which are implemented in SharpDevelop but not for Xamarin Studio. Both use the FileCodeModel...

The restore logic is taken pretty much unchanged from OmniSharp. A restore will be triggered when: 1. DNX host tells the addin that there are unresolved dependencies. 2. File watcher...

Looking at the latest OmniSharp code they no longer run a restore when the lock file has been changed. So a quick way to improve this may be to do...

I am unable to reproduce a restore when adding an import or editing other files. If I edit and save the project.json then there are several file watcher events that...

It would need to handle new directories that get created or new projects being added. I wonder if there is any problem creating lots of individual file watchers. I am...