-
-
Notifications
You must be signed in to change notification settings - Fork 66
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_not_possible
error when updating all nuget packages
#1422
Comments
apologies, seems like the issue was somewhere along in I'm thinking the issue it's because of Attached some logs as well |
@dhavv thanks, I've managed to reproduce the issue; the minimal reproduction repo is: version: 2
updates:
- package-ecosystem: 'nuget'
directory: '/'
groups:
all:
patterns:
- "*" <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
</ItemGroup>
</Project> Your comment about In either case, unfortunately, this issue isn't something that can be fixed in the scope of this project; I'd suggest either:
EDIT: I have logged an issue about this in dependabot-core; dependabot/dependabot-core#10834 |
@rhyskoedijk
Directory.Packages.props
|
@Ossiam seems that Dependabot can't find your project file in the
|
@mburumaxwell this can be closed now. The original issue ( The other issue mentioned by @Ossiam looks like a misconfiguration (see #1422 (comment)); Please open a new issue if you believe this is a bug. |
Describe the bug
I'm getting these
update_not_possible
on some of my repos. I am not sure what's triggering it but it seems like similar to this #1380I added
nuget_native_analysis=true,nuget_dependency_solver=true
in the experiments and it doesn't seem to fix the issueCategorization
Repository
URL: e.g. https://dev.azure.com/tingle/dependabot/_git/repro-684
To Reproduce
Steps to reproduce the behavior:
update_not_possible
Expected behavior
PR should be created, no error
Logs and screenshots
Dependabot.yml
csproj
The text was updated successfully, but these errors were encountered: