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

VS 2015: ServiceStackVS extension latest update broken #673

Closed
mbouchard1980 opened this issue May 17, 2019 · 3 comments
Closed

VS 2015: ServiceStackVS extension latest update broken #673

mbouchard1980 opened this issue May 17, 2019 · 3 comments

Comments

@mbouchard1980
Copy link

The latest update of ServiceStackVS seems to introduce a bug in VS 2015.
The option "Add ServiceStack Reference" is no longer appearing in project context menu.
In addition, the ability to update ServiceStack References is broken too.

Where can I download previous version of ServiceStackVS ?

@mythz
Copy link
Member

mythz commented May 17, 2019

Looks like Visual Studio doesn't let you access previous versions.

We'll look into seeing if we can identify and resolve this issue or see if we can build a previous version, in the meantime you can use Update ServiceStack References using the .NET Core web tool which you can install with:

$ dotnet tool install --global web 

You can then run within Visual Studio by using it as an external tool.

@mythz
Copy link
Member

mythz commented May 18, 2019

Hi, we've re-built an existing version you can use for VS 2015 instead:

You'll also want to disable auto updates:

image

We're still looking at diagnosing the issue, but you can use this workaround until you're able to upgrade VS.

@mythz mythz closed this as completed May 18, 2019
@mbouchard1980
Copy link
Author

mbouchard1980 commented May 22, 2019 via email

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