XamlStyler
XamlStyler copied to clipboard
Error: the nuget package not found
the latest version isn't availble
Hello to everybody,
Same for me here, the extension is not visible in the extensions menu of VS2022. I've tried to install it from the vsix available on the marketplace and I get an error message:
23/04/2024 10:32:22 - Microsoft VSIX Installer 23/04/2024 10:32:22 - ------------------------------------------- 23/04/2024 10:32:22 - vsixinstaller.exe version: 23/04/2024 10:32:22 - 17.8.2365+1ea9c98024 23/04/2024 10:32:22 - ------------------------------------------- 23/04/2024 10:32:22 - Command line parameters: 23/04/2024 10:32:22 - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,C:\Users\YCU\Downloads\XamlStyler.Extension.Windows.VS2022 (3).vsix 23/04/2024 10:32:22 - ------------------------------------------- 23/04/2024 10:32:22 - Microsoft VSIX Installer 23/04/2024 10:32:22 - ------------------------------------------- 23/04/2024 10:32:22 - Initializing Install... 23/04/2024 10:32:22 - Recherche des produits applicables... 23/04/2024 10:32:23 - Produit installé trouvé - Visual Studio Professional 2022 LTSC 17.2 23/04/2024 10:32:23 - Produit installé trouvé - Emplacement global 23/04/2024 10:32:23 - Détails de l'extension... 23/04/2024 10:32:23 - Identifier : 2c8bcbae-2bdd-46e4-8856-ce48cf9a7223 23/04/2024 10:32:23 - Name : XAML Styler for Visual Studio 2022 23/04/2024 10:32:23 - Author : Xavalon 23/04/2024 10:32:23 - Version : 3.2404.2 23/04/2024 10:32:23 - Description : XAML Styler is a visual studio extension that formats XAML source code based on a set of styling rules. This tool can help you/your team maintain a better XAML coding style as well as a much better XAML readability. 23/04/2024 10:32:23 - Locale : en-US 23/04/2024 10:32:23 - MoreInfoURL : https://github.com/Xavalon/XamlStyler/ 23/04/2024 10:32:23 - InstalledByMSI : False 23/04/2024 10:32:23 - SupportedFrameworkVersionRange : [0.0,2147483647.2147483647] 23/04/2024 10:32:23 - SignatureState : Unsigned 23/04/2024 10:32:23 - Produits pris en charge : 23/04/2024 10:32:23 - Microsoft.VisualStudio.Community 23/04/2024 10:32:23 - Version : [17.8,18.0) 23/04/2024 10:32:23 - ProductArchitecture : amd64 23/04/2024 10:32:23 - Microsoft.VisualStudio.Community 23/04/2024 10:32:23 - Version : [17.8,18.0) 23/04/2024 10:32:23 - ProductArchitecture : arm64 23/04/2024 10:32:23 - Références : 23/04/2024 10:32:23 - Prérequis : 23/04/2024 10:32:23 - ------------------------------------------------------- 23/04/2024 10:32:23 - Identifier : Microsoft.VisualStudio.Component.CoreEditor 23/04/2024 10:32:23 - Name : Visual Studio core editor 23/04/2024 10:32:23 - Version : [15.0,) 23/04/2024 10:32:23 - Détails de la signature... 23/04/2024 10:32:23 - Extension is not signed. 23/04/2024 10:32:23 - VSIXInstaller.NoApplicableSKUsException: Cette extension n'est installée sur aucun des produits actuellement installés. à VSIXInstaller.ExtensionService.GetInstallableDataImpl(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable
1& skuData) à VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable1& skuData) à VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported) à VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported) à VSIXInstaller.App.Initialize(Boolean isRepairSupported) à VSIXInstaller.App.Initialize() à System.Threading.Tasks.Task`1.InnerInvoke() à System.Threading.Tasks.Task.Execute()
It seems that the my Visual Studio version does not support the version, this may because I'm not able to find it in the extensions menu of Visual Studio The exension seems to accept the version between 17.8 and 18.0 and I'm using the version 17.2
GitHub repo releases does show v3.2404.4, latest NuGet seems to be 3.2404.2 @grochocki Will the x.4 NuGet be coming soon?