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

Update paket to a more recent version #11

Closed
ylatuya opened this issue Nov 4, 2017 · 4 comments
Closed

Update paket to a more recent version #11

ylatuya opened this issue Nov 4, 2017 · 4 comments

Comments

@ylatuya
Copy link

ylatuya commented Nov 4, 2017

Hi,
We are using this plugin in Visual Studio for mac but the version shipped with the plugin is too old and it doesn't support things like "restriction: >= net45".
We tried to simply upgrade the paket.exe binary in the plugin but it does not seems to work.
Is it possible to upgrade paket to a more recent version?

@mrward
Copy link
Owner

mrward commented Nov 4, 2017

Yeah sure.

What I was thinking of doing was not using a particular Paket version but instead just looking for paket.exe somewhere in the solution, or keep going up a directly until it is found, and then just running that directly using its command line parameters. Currently the addin directly references paket and uses its assembly directly.

@ylatuya
Copy link
Author

ylatuya commented Nov 4, 2017

It could be a good solution if paket provides an application interface that's backwards compatible. What we found out is that with the new version of paket the plugin just shows empty strings and commands don't work, maybe we did something wrong. If there is a way to provide you debug logs let me know, or maybe you can't reproduce it and it just works, in that case we will just wait for the update.
By the way, thanks for this great plugin :D

@mrward
Copy link
Owner

mrward commented Nov 7, 2017

There is a new build of the Paket addin (version 0.4) that uses a more recent Paket version (5.120.1). Also fixed some other problems, such as code completion not working in paket.dependencies. You should be able to download this .mpack and install it from the Extensions Manager dialog using the Install from file button.

Currently the main addin server for VS Mac seems to have problems so it is unlikely this addin will be published there any time soon.

@mrward
Copy link
Owner

mrward commented Nov 7, 2017

It might be easier to add the custom addin server url where I host these addins rather than download the .mpack and install it. There's a different url based on what VS Mac version you are using.

https://github.com/mrward/monodevelop-addins

@mrward mrward closed this as completed Nov 7, 2017
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

2 participants