nuget/README.md
dependabot-nugetNuGet support for dependabot-core.
Open the solution file at helpers/lib/NuGetUpdater/NuGetUpdater.slnx in your preferred IDE.
$ bin/docker-dev-shell nuget
[dependabot-core-dev] ~ $ cd nuget && rspec
NU1701If a project explicitly includes NU1701 in its <NoWarn> property, Dependabot will likely be unable to process updates for that project. The NU1701 warning indicates that a package's target framework may not be compatible with the project's target framework, and suppressing it allows NuGet to restore packages that would otherwise be rejected.
Dependabot cannot determine why or under what circumstances ignoring target framework compatibility is safe for a given project. As a result, the final package compatibility check will fail and Dependabot will err on the side of caution and not submit a pull request.