-
https://github.com/NuKeeperDotNet/NuKeeper-Action
Automatically create PR's for outdated dependencies.
Must be set up correctly so that it does not update dependencies to .NET 5 only versions.
-
NuKeeper was created when no similar tool existed. It kept on going for quite a while as the main contributors used it daily, but things have changed. With [Dependabot](https://github.com/dependabot) …
-
When running NuKeeper extension on a branch with slash, e.g. `bug/31386-xxx` I found that only the last segment of the branch is sent to NuKeeper, i.e. `31386-xxx` without `bug/`
```
##[debug]Buil…
-
Platform: AzureDevops
Build setup as: https://nukeeper.com/platform/azure-devops/#extension
Build Agent: Hosted 2017
Failure on: Git push to origin/nukeeper-update-AutoMapper-to-8.1.1
Updates …
-
This task installs version 0.26.0 when the latest version (0.34.0 at the moment) is expected. This is because `queryLatestMatch` fetches `https://api.nuget.org/v3/registration3/nukeeper/index.json`, w…
Bouke updated
3 years ago
-
the task doesn't report a failure or warning even when it failed. at least it should report this as a warning.
```
Found 8 package updates
Microsoft.ApplicationInsights.AspNetCore to 2.6.1 from 2…
-
Nukeeper isn't able to work out which platform to use when running on a private build agent for Azure DevOps Server (On-Prem) because the path to the repo is a local one. I tried setting the `repo` ar…
-
## 🐛 Bug Report
I'm trying to run NuKeeper in an Azure DevOps pipeline. However, I cannot seem to get it to use the private feed we use within the organization. If it's in the NuGet.config it's not…
-
I'm looking to convert over from NuKeeper to using dotnet-outdated, but have a missing requirement.
Nukeeper had the functionality that if a `Directory.Build.props` file existed and provided a pack…
-
## 🐛 Bug Report
Exception thrown when there are packages added by Directory.Build.props.
### Expected behavior
To ignore such packages, or message that they are not able to be updated.
###…