Giter Site home page Giter Site logo

Comments (7)

nickalbrecht avatar nickalbrecht commented on June 5, 2024

Any guidance on trying this out? Been watching this repo for a while now and would love to try it out.

from librarymanager.

jimmylewis avatar jimmylewis commented on June 5, 2024

I'm investigating why this is happening; we had to make some changes in order to get this to ship as an in-box component in VS which seem to be affecting it.

As a workaround if you clone the repo and F5, it will install to the Exp instance and you can play with it there.

(Caveat: there are still a number of bugs that we've been tracking internally, but feel free to open issues here on anything you run into.)

from librarymanager.

watrush avatar watrush commented on June 5, 2024

Same problem.
28.03.2018 10:05:55 - Microsoft VSIX Installer
28.03.2018 10:05:55 - -------------------------------------------
28.03.2018 10:05:55 - vsixinstaller.exe version:
28.03.2018 10:05:55 - 15.6.152+ge95e4dd1ce
28.03.2018 10:05:55 - -------------------------------------------
28.03.2018 10:05:55 - Command line parameters:
28.03.2018 10:05:55 - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,C:\Users\Alex\source\repos\LibraryManager\src\LibraryManager.Vsix\bin\Release\Microsoft.Web.LibraryManager.vsix
28.03.2018 10:05:55 - -------------------------------------------
28.03.2018 10:05:55 - Microsoft VSIX Installer
28.03.2018 10:05:55 - -------------------------------------------
28.03.2018 10:06:05 - Initializing Install...
28.03.2018 10:06:05 - Подробности расширения...
28.03.2018 10:06:05 - Identifier : Microsoft.Web.LibraryManager
28.03.2018 10:06:05 - Name : Microsoft Library Manager
28.03.2018 10:06:05 - Author : Microsoft
28.03.2018 10:06:05 - Version : 1.0.16.16678
28.03.2018 10:06:05 - Description : Install client-side libraries easily to any web project
28.03.2018 10:06:05 - Locale : en-US
28.03.2018 10:06:05 - MoreInfoURL : https://github.com/aspnet/LibraryManager
28.03.2018 10:06:05 - InstalledByMSI : False
28.03.2018 10:06:05 - SupportedFrameworkVersionRange : [4.5,)
28.03.2018 10:06:05 -
28.03.2018 10:06:05 - SignatureState : Unsigned
28.03.2018 10:06:05 - Поддерживаемые продукты :
28.03.2018 10:06:05 - Microsoft.VisualStudio.Community
28.03.2018 10:06:05 - Version : [15.6,16.0)
28.03.2018 10:06:05 -
28.03.2018 10:06:05 - Ссылки :
28.03.2018 10:06:05 - -------------------------------------------------------
28.03.2018 10:06:05 - Identifier : Microsoft.VisualStudio.MPF.15.0
28.03.2018 10:06:05 - Name : Visual Studio MPF 15.0
28.03.2018 10:06:05 - Version : [15.0]
28.03.2018 10:06:05 - MoreInfoURL :
28.03.2018 10:06:05 - Nested : No
28.03.2018 10:06:05 -
28.03.2018 10:06:05 - Предварительные требования :
28.03.2018 10:06:05 - -------------------------------------------------------
28.03.2018 10:06:05 - Identifier : Microsoft.VisualStudio.Component.CoreEditor
28.03.2018 10:06:05 - Name : Visual Studio core editor
28.03.2018 10:06:05 - Version : [15.0,16.0)
28.03.2018 10:06:05 -
28.03.2018 10:06:05 - -------------------------------------------------------
28.03.2018 10:06:05 - Identifier : Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions
28.03.2018 10:06:05 - Name : ASP.NET and web development
28.03.2018 10:06:05 - Version : [15.0,16.0)
28.03.2018 10:06:05 -
28.03.2018 10:06:05 - Состав подписи...
28.03.2018 10:06:05 - Extension is not signed.
28.03.2018 10:06:05 -
28.03.2018 10:06:05 - Поиск применимых продуктов...
28.03.2018 10:06:05 - Найден установленный продукт - Глобальное расположение
28.03.2018 10:06:05 - Найден установленный продукт - ssms
28.03.2018 10:06:05 - Найден установленный продукт - ssms
28.03.2018 10:06:05 - Найден установленный продукт - Visual Studio Enterprise 2017
28.03.2018 10:06:05 - VSIXInstaller.NoApplicableSKUsException: Это расширение не может быть установлено ни для одного из установленных продуктов.
в VSIXInstaller.App.GetInstallableData(String vsixPath, Boolean isRepairSupported, IEnumerable1& skuData) в VSIXInstaller.App.Initialize(Boolean isRepairSupported) в VSIXInstaller.App.Initialize() в System.Threading.Tasks.Task1.InnerInvoke()
в System.Threading.Tasks.Task.Execute()

from librarymanager.

poke avatar poke commented on June 5, 2024

As a workaround if you clone the repo and F5, it will install to the Exp instance and you can play with it there.

I did try that but for some reason the launched instance was completely unresponsive for me. But that was probably an issue with my computer. I will give it another try later.

from librarymanager.

nickalbrecht avatar nickalbrecht commented on June 5, 2024

@poke The Experimental Instance is slow to come up, but it does work. I decided to install the VSIX tooling to give this a shot.

from librarymanager.

jimmylewis avatar jimmylewis commented on June 5, 2024

This will get addressed by #44

from librarymanager.

poke avatar poke commented on June 5, 2024

Just to confirm: I was able to compile and install the VSIX now. Thanks! :)

from librarymanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.