NuGetPackageExplorer / NuGetPackageExplorer

Create, update and deploy Nuget Packages with a GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Winget install broken

tebeco opened this issue · comments

commented

Type (choose one):

  • Bug

NPE version: Latest / None since the installation fail, around mid April 2023, can't tell when it start breaking

OS version:

❯ cmd /c ver
Microsoft Windows [Version 10.0.25324.1000]

Installed from: Winget

❯ winget --version
v1.5.441-preview

In case of a BUG:

  • What is the current result?
    The installation does not work

  • What is the expected result?
    The installation should work

  • Please post full exception details in case of an Exception (message, stacktrace, inner exceptions).

❯ winget install "NuGet Package Explorer"
Found NuGet Package Explorer [9WZDNCRDMDM3] Version Unknown
This package is provided through Microsoft Store. winget may need to acquire the package from Microsoft Store on behalf of the current user.
Agreements for NuGet Package Explorer [9WZDNCRDMDM3] Version Unknown
Version: Unknown
Publisher: Claire Novotny LLC
Publisher Url: https://github.com/NuGetPackageExplorer/NuGetPackageExplorer
Publisher Support Url: https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/issues
Description:
  IMPORTANT: This app works with Windows 10 Pro and Home.  This app performs with core functionality on Windows 10 S but binary enumeration and plugins do not work.

  This app allows browsing NuGet packages from an online feed and viewing contents of the packages. NuGet is a package management tool in Visual Studio. More information on NuGet can be viewed at http://docs.nuget.org.
License: ms-windows-store://pdp/?ProductId=9WZDNCRDMDM3
Privacy Url: https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/blob/main/PrivacyPolicy.md
Agreements:
Category: Developer tools
Pricing: Free
Free Trial: No
Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction
Seizure Warning: https://aka.ms/microsoft-store-seizure-warning
Store License Terms: https://aka.ms/microsoft-store-license


The publisher requires that you view the above information and accept the agreements before installing.
Do you agree to the terms?
[Y] Yes  [N] No: Yes
Verifying/Requesting package acquisition...
Verifying/Requesting package acquisition failed: server error  <=========
  • Are there any workarounds?
    NO: Not with WinGet since the issue is with Winget

  • Is there a version in which it did work?
    Yes several month Ago i can't tell the version though because I simply don't remember.

  • Is there a package on Nuget.org which shows the bug?
    unrelated

More:

It seems like it would be a good idea to set a humanized Package Id and a real version if that's ever possible:

❯ winget search "NuGet Package Explorer"
Name                   Id           Version Source
----------------------------------------------------
NuGet Package Explorer 9WZDNCRDMDM3 Unknown msstore

Not ideal at all:

  • Id: 9WZDNCRDMDM3 (Id should be identificable - does not contain space - does not required escaping / quote)
  • Version: Unknown (Should match the actual version)

Better:

  • Id: NuGet.Package.Explorer or NuGetPackageExplorer
  • Version: 6.0.64 (the actual version of the release tab here)