VS 2019 16.1.3 и .Net Core 3 SDK Preview 6 установлены на моем компьютере с Win 10, и при попытке установить расширения Blazor происходит сбой, и выдается это исключение:
Примечание: (Этоработал до того, как я обновил VS 2019 до 16.1.3 и .Net core 3 SDK для предварительного просмотра 6)
6/16/2019 12:55:28 AM - Searching for applicable products...
6/16/2019 12:55:28 AM - Found installed product - Global Location
6/16/2019 12:55:28 AM - Found installed product - ssms
6/16/2019 12:55:28 AM - Found installed product - Visual Studio Community 2019
6/16/2019 12:55:29 AM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
at VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
at VSIXInstaller.App.Initialize()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)