Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Xamarin Studio 6 #9

Open
mteper opened this issue Mar 21, 2016 · 25 comments
Open

Add support for Xamarin Studio 6 #9

mteper opened this issue Mar 21, 2016 · 25 comments
Assignees

Comments

@mteper
Copy link

mteper commented Mar 21, 2016

The plugin doesn't seem to have a release compatible with XS 6.

@mrward mrward self-assigned this Mar 22, 2016
@mrward
Copy link
Owner

mrward commented Mar 22, 2016

Yes, I have not looked at porting it to Xamarin Studio 6.0 yet.

@dhaligas
Copy link

+1

@molinch
Copy link

molinch commented May 4, 2016

That would be awesome. Your plugin is really a time saver once you have a big solution.

@mrward
Copy link
Owner

mrward commented May 15, 2016

The NuGet extensions addin should now be available for Xamarin Studio 6.0 from the Xamarin Studio Add-in Repository (Beta channel).

Xamarin Studio 6.1 from the alpha channel is not supported yet since it is uses a different version of NuGet.

@jchannon
Copy link

I have XS 6.0.1 and this plugin is incompatible apparently. Required MonoDevelop.Ide 6.0, found MonoDevelop.Ide 6.0.1

@mrward
Copy link
Owner

mrward commented Jun 26, 2016

This is a bug in Xamarin Studio 6.0.1 that is fixed in the latest release 6.0.1 (build 9) on the stable channel.

@mrward mrward closed this as completed Jun 26, 2016
@mrward mrward reopened this Jun 26, 2016
@jchannon
Copy link

Thanks

On 26 June 2016 at 16:56, Matt Ward [email protected] wrote:

Reopened #9
#9.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#9 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAGapvHe_vDdvrNH8OoTR71rVCdXHFaDks5qPqEYgaJpZM4H1q9U
.

@muak
Copy link

muak commented Aug 3, 2016

The following message is displayed after updating to Xamarin Studio 6.0.2 (bulid 73), this plugin didn't work

Could not load file or assembly 'NuGet.Core,Version=2.8.7.0,
Culture=neutral,PublicKeyToken=null' or one of its dependencies.

@mrward
Copy link
Owner

mrward commented Aug 3, 2016

The addin needs updating. Xamarin Studio 6.0.2 uses NuGet 2.12 whilst the addin is still using NuGet 2.8.7.

@lastexitcode
Copy link

@muak - NuGet extensions addin 0.11.1 has been published and works with Xamarin Studio 6.0.2.

@muak
Copy link

muak commented Aug 8, 2016

Thank you very much.

@muak
Copy link

muak commented Oct 12, 2016

Please Add support for Xamarin Studio 6.1.1

@wickedw
Copy link

wickedw commented Nov 4, 2016

Hi matt, this looks great, but on 6.1.1 as mentioned above so cannot yet see it in action, thanks for your efforts.

@mrward
Copy link
Owner

mrward commented Nov 4, 2016

Work is in progress to add support for Xamarin Studio 6.1. The main problem is that Xamarin Studio 6.1 switched to NuGet v3 from v2 and that basically means a large rewrite has to happen with this extension.

@wickedw
Copy link

wickedw commented Nov 4, 2016

Appreciated Matt, thanks.

@brandonrisell
Copy link

I'll throw my vote in for how useful this addin is and would love to see it updated for Xamarin Studio 6.1. Is there somewhere that we can request this functionality in the stock Xamarin Studio? Being able to work with nuget packages for the whole solution is an amazing time saver.

@dhaligas
Copy link

+1 I am missing this in 6.1 best add in out there

@mrward
Copy link
Owner

mrward commented Dec 12, 2016

It is being worked on:

managepackagesforsolutiondialog

The UI will not be exactly the same as Visual Studio. I wanted to get something working and released since Xamarin Studio 6.1 has been out for a few months now before making large UI changes.

There is a plan to support managing NuGet packages for the entire solution 'out of the box' with Xamarin Studio. However I cannot say when this will happen since the feature is delayed due to other work. This is why I moved this particular feature that was in the old non-integrated addin into this extensions addin.

Managing packages at the solution is useful and does seem to be quite popular. It is the second highest requested feature on the Visual Studio for Mac User Voice site. Although I could not find anything about this feature on the Xamarin Studio User Voice site.

Other features such as PowerShell console will not be included out of the box, at least in the short term. Currently the PowerShell console still using Pash and would need to be replaced with a version of the open sourced PowerShell that runs on Mono so it can be hosted by Xamarin Studio.

@dhaligas
Copy link

thanks Matt !!!!

@mrward
Copy link
Owner

mrward commented Dec 20, 2016

There is a new 0.12 version of the NuGet extensions addin that works with Xamarin Studio 6.1.

Unfortunately the MonoDevelop addin repository is not currently building or publishing so I cannot publish the addin there. Instead it is published on GitHub.

The addin does not work with Xamarin Studio 6.2. I will be looking at support that version next.

@wickedw
Copy link

wickedw commented Dec 20, 2016

Thanks Matt, installed fine, will shout with any input when using it, THANKS 💯

@mrward
Copy link
Owner

mrward commented Dec 21, 2016

Support for Xamarin Studio 6.2 is now available with a modified version of the NuGet extensions addin available to download from GitHub.

@mrward
Copy link
Owner

mrward commented Dec 22, 2016

Added a build of the NuGet extensions addin to GitHub that works with Visual Studio for Mac - Preview 2 (7.0 build 560).

@brandonrisell
Copy link

Thanks for staying on top of this Matt, I really appreciate the work you've put into this.

@renzska
Copy link

renzska commented May 4, 2017

This is just awesome! One of my biggest complaints with having PCL solutions and their corresponding iOS, Android, and Mac versions was having the NuGet updating process take forever and require so much effort. You just saved my sanity!

Using with Visual Studio for Mac Preview 10 (7.0 build 3051).

Thanks!

John

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants