All Projects → CloudNimble → PackageReferenceUpgrader

CloudNimble / PackageReferenceUpgrader

Licence: MIT License
A VS2017 Extension that helps legacy apps migrate off of packages.config.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to PackageReferenceUpgrader

WatsonSyslogServer
C# Syslog Server
Stars: ✭ 18 (-33.33%)
Mutual labels:  nuget
VarintBitConverter
Varint encoding and decoding for .NET
Stars: ✭ 21 (-22.22%)
Mutual labels:  nuget
King.Azure.Imaging
Image API & processing for Azure Web Apps
Stars: ✭ 20 (-25.93%)
Mutual labels:  nuget
ConEmuIntegration
Using the console emulator ConEmu within Visual Studio. This project integrates the console emulator ConEmu in Visual Studio.
Stars: ✭ 36 (+33.33%)
Mutual labels:  visualstudio2017
ColorPicker
Customizable Color Picker control for WPF
Stars: ✭ 57 (+111.11%)
Mutual labels:  nuget
NZXTSharp
The one-stop C# SDK for NZXT devices.
Stars: ✭ 48 (+77.78%)
Mutual labels:  nuget
ManagedShell
A library for creating Windows shell replacements using .NET.
Stars: ✭ 134 (+396.3%)
Mutual labels:  nuget
AspNetCore.Identity.RavenDb
RavenDB user/role persistent store for ASP.NET Core identity provider
Stars: ✭ 17 (-37.04%)
Mutual labels:  nuget
MonoGame.Forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 183 (+577.78%)
Mutual labels:  nuget
OpenSleigh
OpenSleigh is a Saga management library for .NET Core.
Stars: ✭ 198 (+633.33%)
Mutual labels:  nuget
OpenGraph-Net
.Net Open Graph Parser written in C#
Stars: ✭ 111 (+311.11%)
Mutual labels:  nuget
NuGetPackageVisualizer
A small tool able to generate a DGML file visualizing your NuGet references.
Stars: ✭ 33 (+22.22%)
Mutual labels:  nuget
cv4pve-api-dotnet
Proxmox VE Client API .Net C#
Stars: ✭ 25 (-7.41%)
Mutual labels:  nuget
Apos.Gui
UI library for MonoGame.
Stars: ✭ 77 (+185.19%)
Mutual labels:  nuget
NupkgWrench
Command line tool for reading and modifying nupkgs
Stars: ✭ 23 (-14.81%)
Mutual labels:  nuget
MIST
Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task.
Stars: ✭ 51 (+88.89%)
Mutual labels:  nuget
Setup-Nuget
Set up your GitHub Actions workflow with the latest version of Nuget.exe CLI tool
Stars: ✭ 27 (+0%)
Mutual labels:  nuget
nunit.testlogger
NUnit logger for vstest platform
Stars: ✭ 48 (+77.78%)
Mutual labels:  nuget
McSherry.SemanticVersioning
A semantic versioning library for .NET 5, Core, FX, and Standard with version range support.
Stars: ✭ 16 (-40.74%)
Mutual labels:  nuget
LeagueReplayParser
C# library which can read some data from a .rofl file, and start a replay in the client. (no longer actively maintained)
Stars: ✭ 20 (-25.93%)
Mutual labels:  nuget

NuGet PackageReference Upgrader

Build status

Download this extension from the VS Marketplace or get the CI build.


Upgrades Visual Studio 2017 projects to use PackageReferences instead of packages.config, streamlining package resolution and eliminating errors.

See the change log for changes and road map.

Features

  • Upgrades VS2017 projects by moving NuGet package references into the project file itself.

Project Upgrade:

  • Creates a backup of your packages.config and project file for safekeeping.
  • Cycles through your packages.config file for your existing references.
  • Removes the legacy package-relative DLL references.
  • Removes legacy .targets import nodes, as PackageReferences handle them transparently.
  • Removes legacy error conditions.

Context Menu

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools extension for Visual Studio which enables some features used by this project.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].