ScoopInstaller / Extras

📦 The Extras bucket for Scoop.
https://scoop.sh
The Unlicense
1.8k stars 1.38k forks source link

[Bug]: ServiceBusExplorer: "Exception: Die Datei oder Assembly "Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8" oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis überein. (Ausnahme von HRESULT: 0x80131040)" #13810

Open danielwagn3r opened 3 months ago

danielwagn3r commented 3 months ago

Prerequisites

Package Name

sevicebusexplorer

Expected/Current Behaviour

When connecting to an Azure ServiceBus instance via SAS token servicebusexplorer doesn't list the entities of the instance, i.e. the queues and topics. However instead an error on the log is shown:

Exception: Die Datei oder Assembly "Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8" oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis überein. (Ausnahme von HRESULT: 0x80131040)

Applies to serviceexplorer 6.0.3 package version

After install the Azure.core.dll has the following properties:

image

Steps to Reproduce

- `scoop install servicebusexplorer`
- connect to a ServiceBus instance with SAS token

Possible Solution

Check packing

Scoop and Buckets Version

Current Scoop version:
859d1db5 (HEAD -> master, tag: v0.5.2, origin/master, origin/HEAD) chore(release): Bump to version 0.5.2 (#6080)

'main' bucket:
a23120e49 (HEAD -> master, origin/master, origin/HEAD) trid: Update to version 2.24-24.08.12

'extras' bucket:
18ca5cf3f (HEAD -> master, origin/master, origin/HEAD) yuescript: Update to version 0.24.1

'java' bucket:
5a351ea2 (HEAD -> master, origin/master, origin/HEAD) temurin11-nightly-jre: Update to version 11.0.25-2.0.ea

Scoop Config

aria2-warning-enabled last_update         scoop_repo                           scoop_branch
--------------------- -----------         ----------                           ------------
                False 12.08.2024 15:29:08 https://github.com/lukesampson/scoop master

PowerShell Version

Name                           Value
----                           -----
PSVersion                      7.4.1
PSEdition                      Core
GitCommitId                    7.4.1
OS                             Microsoft Windows 10.0.17763
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Additional Softwares

No response

danielwagn3r commented 3 months ago

Tried to reinstall the package now as follows:

scoop uninstall -p servicebusexplorer
scoop install servicebusexplorer

Now the connection is working, although the version information of Azure.Core.dll remained the same. I didn't check all the other files in the target direcetory, however