-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update DiscUtils to MyGet version #100
Conversation
checkin after fixing the tests of course |
I can get the restore working with the NuGet.Config file, but the DiscUtils version (0.16.0-alpha0020) being targeted isn't available at the MyGet feed selected (yet). Looks like the DiscUtils CI deployment is failing: This PR is blocked by the above. |
I swear this works locally. I wonder why it's not in the feed from the server. I'll take another look tomorrow. |
I may be wrong about the package not being available, but I can't work out the errors I'm seeing, for example:
Initially I thought the downgrade was due to unavailability of the 0.16.0-alpha0020 package, but after a bit more research it looks like a dependency resolution conflict. Problem is, I don't see where the package reference for |
That version happens to be the old version I was using and the newest version on nuget. Those might be hints.
…-------- Original Message --------
On Jun 3, 2020, 10:07 AM, David Alcantar wrote:
> I swear this works locally. I wonder why it's not in the feed from the server. I'll take another look tomorrow.
I may be wrong about the package not being available, but I can't work out the errors I'm seeing, for example:
NU1605: Detected package downgrade: DiscUtils.Btrfs from 0.16.0-alpha0020 to 0.16.0-alpha0017. Reference the package directly from the project to select a different version. MultiExtractor.Tests -> Microsoft.CST.MultiExtractor -> DiscUtils 0.16.0-alpha0020 -> DiscUtils.Btrfs (>= 0.16.0-alpha0020) MultiExtractor.Tests -> DiscUtils.Btrfs (>= 0.15.1-ci0002)
Initially I thought the downgrade was due to unavailability of the 0.16.0-alpha0020 package, but after a bit more research it looks like a dependency resolution conflict.
https://docs.microsoft.com/en-us/nuget/concepts/dependency-resolution#nearest-wins
Problem is, I don't see where the package reference for DiscUtils.Btrfs (>= 0.15.1-ci0002) is defined anywhere within MultiExtractor.Test.csproj.
—
You are receiving this because you authored the thread.
Reply to this email directly, [view it on GitHub](#100 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAAYEVCKLZYWSNPSJDYNW7LRUZ7MFANCNFSM4NQ2VNJA).
|
Working to isolate a potential fix for this from a test branch |
@gfs This appears to be in good shape now. I'll work the package renaming updates into another branch. |
No description provided.