telia-oss / graphql-typed-client

Strongly typed GraphQL client for .NET
MIT License
20 stars 3 forks source link

Can't install extension in VS 2017 #3

Closed djsmith closed 4 years ago

djsmith commented 4 years ago

Hi, I'm trying to install the GraphQL typed client tooling extension in Visual Studio 2017, but I'm getting this error message in the install log:

2/1/2020 12:22:57 PM - Extension cannot be installed to the following products due to missing prerequisites: 2/1/2020 12:22:57 PM - Microsoft Visual Studio Professional 2017 2/1/2020 12:22:57 PM - ------------------------------------------------------- 2/1/2020 12:22:57 PM - Identifier : Microsoft.VisualStudio.Component.CoreEditor 2/1/2020 12:22:57 PM - Name : Visual Studio core editor 2/1/2020 12:22:57 PM - Version : [16.0.28315.86,17.0) 2/1/2020 12:22:57 PM - Error : The prerequisite version specified does not match the version installed 2/1/2020 12:22:57 PM - 2/1/2020 12:22:57 PM - System.InvalidOperationException: No modifications could be applied.

Is version 16 really needed, or can this be installed on version 15 (VS 2017)?

Thanks


My Install: Microsoft Visual Studio Professional 2017 Version 15.9.19 VisualStudio.15.Release/15.9.19+28307.1000 Microsoft .NET Framework Version 4.8.03761 Installed Version: Professional

mkmarek commented 4 years ago

Hi, thank you for reporting this. It was most probably a dependency misconfiguration and should be corrected in version 1.1.16 which should appear shortly in the marketplace.

https://marketplace.visualstudio.com/items?itemName=MarekMagdziak.Telia-GraphQL-Tooling&ssr=false

Please let me know if it helped.

djsmith commented 4 years ago

Fixed, thanks!