Packages issue
I been trying to get a project done but i have an issue in this class library that will not go away. I been questioning if it's because i have to make my library dependecies rely on my 2 wpf's or vice versa but i am not sure
19 Replies
Usually targeting wrong frameworks.
Hmm what you mean by that
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
I tried to clear cookies to fix the issue as sum recommended it for me to do
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Oh i mean caches
my bad
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Yep trying to work on a project and basically i fucked up somewhere in the setup
- 2 concurrent packages on sql was a mistake on my part in the setup i instead installed microsoft instead of system
- configuration package was recommended i'd use for the project that includes 1 class library and 2 wpf's
- Gmap same answer as above
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
He says due to the fact it's easier to manage environment specific configuration
Plus i assume easier to update
or atleast assumed it
gmap is a package that i must use through
There is no problem using those gmap packages, what's a problem is the transitive packages.
Gmap depends on
system.data.sqlclient
- the reason why it's top-level is that the version targeting by gmap is outdated with security risks.Not to forget that
microsoft.data.sqlclient
transitive packages has security issues and should be top-leveled as well.
https://github.com/advisories/GHSA-m5vv-6r4h-3vj9GitHub
CVE-2024-35255 - GitHub Advisory Database
Azure Identity Libraries and Microsoft Authentication Library Elevation of Privilege Vulnerability
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
GMap itself is somewhat outdated, but I don't know of a good alternative, tbh
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Maybe there's a fork of it where somebody exchanged the packages
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View