Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Pre-release versions of NuGet packages not updated #451

Closed
JustArchi opened this issue Apr 26, 2019 · 8 comments
Closed

Pre-release versions of NuGet packages not updated #451

JustArchi opened this issue Apr 26, 2019 · 8 comments

Comments

@JustArchi
Copy link

JustArchi commented Apr 26, 2019

Hello.

Please refer to my csproj and the project here.

I'm using several pre-release versions of NuGet packages, and to the best of my knowledge, dependabot is configured to automatically bump stable versions to newer stable releases, and pre-release versions to anything that is currently available.

I have at least 5 packages that are not being updated correctly, but to name one, Microsoft.Extensions.Logging.Configuration.

From my csproj:

<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="3.0.0-preview.19074.2" />

As we can see on the NuGet, the version that I'm using is a pre-release that is more than 3 months old, so there is no way of just a brief networking issue or anything, but wrong logic applied. The latest version (also pre-release) is 3.0.0-preview4.19216.2 as of today.

Could you please take a look what is wrong and why dependabot doesn't update this package? It's not the only one that suffers from that, but I believe that solving this one will also solve all other ones. You have my project that you can fork and make tests on if you'd like to.

I don't have anything special in the dependabot config:

image

Thank you in advance for looking into this issue.

@JustArchi
Copy link
Author

JustArchi commented Jul 27, 2019

This issue is more than 3 months old by now and I still consider this a bug in the core functionality for C# projects, I hope you can get down to this soon guys.

@greysteil
Copy link
Contributor

Looks like this is about fetching the NuGet.config file from nested directories, not pre-releases. Should be fixed by dependabot/dependabot-core@1fb07ff, which I've just deployed.

@JustArchi
Copy link
Author

Thank you a lot @greysteil! ❤️

@JustArchi
Copy link
Author

JustArchi commented Aug 29, 2019

@greysteil the bug is still here, I'm currently on 3.0.0-preview7.19362.4, there is 3.0.0-preview8.19405.4 released 16 days ago and dependabot didn't offer update to it, both packages are pre-releases and both are from official nuget - link.

Same happens with at least 7 other packages I use.

@JustArchi
Copy link
Author

In fact it didn't even update NLog 4.6.7 released 4 days ago, which is a stable release - link.

Not sure what happened but it seems that no nuget packages are being updated at all right now.

@greysteil
Copy link
Contributor

Should be fixed by dependabot/dependabot-core@dfff223, which I'll get deployed today.

@JustArchi
Copy link
Author

Thanks again ❤️

@mynkow
Copy link

mynkow commented Nov 11, 2019

I can say this is not fixed as of today. I am talking about dotnet core projects where nuget.config files are not present at all.

For stable versions it is working

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants