-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support for dotnet project requiring workload installation for builds #10117
Comments
This is an important piece of support for .NET. Interestingly, this change #9385 was made to enhance that support. |
Looking further into this, I'm getting messages like this one, same as the original poster:
And looking at the .NET source, it may be interesting to set the It would probably need to be set in that group: dependabot-core/nuget/helpers/lib/NuGetUpdater/NuGetUpdater.Core/Utilities/MSBuildHelper.cs Lines 710 to 715 in 10e5c7c
|
Good catch and thank you for filing the issue, it's now on our backlog. |
Is there an existing issue for this?
Package ecosystem
nuget
Package manager version
6.11.0.71
Language version
No response
Manifest location and content before the Dependabot update
https://github.com/yamachu/VoicevoxCoreSharp/blob/main/examples/MAUI/MAUI.csproj
dependabot.yml content
https://github.com/yamachu/VoicevoxCoreSharp/blob/main/.github/dependabot.yml
Updated dependency
No response
What you expected to see, versus what you actually saw
If workload restore was required, run something like
dotnet workload restore
to verify dependencies in a build-enabled state.Or, parse csproj without build and verify dependencies.
For example, a similar product that verifies dependencies without build is
dotnet-outdated
.Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
https://gist.github.com/yamachu/d3c978b554e74ac5fdc6a94ac6efab51
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: