You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helo @micjahn,
I have this version of the package: ZXing.Net --version 0.16.6 installed in NetCore WebApp version 8.
Does this version always had version 4.0.0 dependecies and as I can see in the zxing.dll, these are the ones.
When we load these dlls in the NUnit test project (our business logic for some task), we get "presentationcore.dll" not found.
this behaviour of not found is new and recent (as I observed).
we used this same version since 2024 and never had this error before from our business logic and loading zxing assembly in Nunit testhost
I am wonderig if something changed and made available as the same version. (my hunch)