-
It looks like this project has an indirect dependency on the https://www.nuget.org/packages/Devlooped.SponsorLink/ package via the dependency on the https://www.nuget.org/packages/GitInfo package. I am not sure if SponsorLink's questionable behavior impacts the users or devs of MAUI though, but probably something that should be investigated regardless. Line 3 in 7c66539 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Your "questionable behaviour" link doesn't seem to go anywhere |
Beta Was this translation helpful? Give feedback.
-
@egil wrote:
Does it? MAUI is explicitly using GitInfo 2.2.0, which contains no occurrences of "SponsorLink". SponsorLink wasn't added until devlooped/GitInfo@5be5956 in GitInfo v3.0.0. Versions if GitInfo before 3.0.0 do not use SponsorLink (unless the binary was updated after the fact, and I'm not sure that's possible). Now, if MAUI were to update to GitInfo >= v3.0.0, then SponsorLink would be used, but this feels highly unlikely to happen at this point in time. Additionally, MAUI does not use Lines 16 to 25 in 1541190 The packages sources MAUI uses do not provide GitInfo v3.0.0 or later. |
Beta Was this translation helpful? Give feedback.
@egil wrote:
Does it? MAUI is explicitly using GitInfo 2.2.0, which contains no occurrences of "SponsorLink". SponsorLink wasn't added until devlooped/GitInfo@5be5956 in GitInfo v3.0.0. Versions if GitInfo before 3.0.0 do not use SponsorLink (unless the binary was updated after the fact, and I'm not sure that's possible).
Now, if MAUI were to update to GitInfo >= v3.0.0, then SponsorLink would be used, but this feels highly unlikely to happen at this point in time.
Additionally, MAUI does not use
nuget.org
to resolve packages:maui/NuGet.config
Lines 16 to 25 in 1541190