Is it possible to make renovate respect potential .NET Version compatibility issues? #14387
-
Hello, we update our big ASP.NET/Core Solution with renovate which mostly works great. Anyhow we have to keep great attention on some Dependencys cause we were not able to migrate on the latest .NET Version yet. So when you accidentially merge one of those, you may get weird errors due to incompatibility. Nontheless the required .NET version is mostly documented directly on https://www.nuget.org/ Is there some possibility to filter packages according to this or at least display some hint in the PR when the current .NET Version may be incompatible? Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This functionality would need to be added. It needs a few things:
I'd say that it's also important that we can update your project's dot net constraints so that you don't eventually remain stuck on an old version with old dependencies yet with zero PRs from Renovate. If you're willing to research the above then we could definitely accept a feature request due this |
Beta Was this translation helpful? Give feedback.
This functionality would need to be added. It needs a few things:
I'd say that it's also important that we can update your project's dot net constraints so that you don't eventually remain stuck on an old version with old dependencies yet with zero PRs from Renovate.
If you're willing to research the above then we could definitely accept a feature request due this