question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider using Central Package Management insted of props files

See original GitHub issue

Is your feature request related to a problem? Please describe. At the moment, when adding or bumping any nuget dependency, we need to know about props files

Describe the solution you’d like Central Package Management in my opinion is a mature solution to start using it. This is convenient, everything is stored in one file, and when adding a dependency outside of PackageVersion, an error will be that the solution uses CPM

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rstm-sfcommented, Nov 8, 2022

NuGet Central Package Management Comes To JetBrains Rider | The .NET Tools Blog https://blog.jetbrains.com/dotnet/2022/11/07/nuget-central-package-management-comes-to-jetbrains-rider/

0reactions
kekekekscommented, Nov 9, 2022

There are also tricks like this one https://github.com/AvaloniaUI/Avalonia/blob/master/build/System.Drawing.Common.props to make System.Drawing to work properly

Read more comments on GitHub >

github_iconTop Results From Across the Web

Central Package Management
Manage your dependencies in a central location and how you can get started with central ... Packages.props file and an MSBuild property.
Read more >
Managing Package Versions Centrally - Stuart Lang
TL;DR - Microsoft has quietly shipped the ability to centrally manage package versions in the latest .NET Core SDK, in this post we'll...
Read more >
Simplify NuGet Package Versions in your application with ...
Central Package Management gives you the ability to separate the two concerns of “which packages a project should reference” and “which version ...
Read more >
How to manage nuget packages globally for all projects in ...
Use Nuget Central Package Version Management (CPVM) · Step 1: remove the versions · Step 2: add file named Directory.Packages.props to your repo's ......
Read more >
Support for NuGet package manager to update ... - YouTrack
I moved all my packages to use true central package management in my Directory.Build.props file, per the instructions on the doc page you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found