Use Github Action to build and publish to nuget.org

Use Github Action to build and publish to nuget.org GitHub Actions is a continuous integration and continuous deployment (CI/CD) tool provided by GitHub, which can automate the building, testing and deployment of your project. In this tutorial, we’ll explore how to use GitHub Actions to build a .NET project and publish it to NuGet.org. Configure […]

C# NuGet package management commands

The NuGet Package Manager Console is built into Visual Studio in Windows 2012 and later. (Not included with Visual Studio for Mac or Visual Studio Code.) Console, you can use NuGet PowerShell commands to find, install, uninstall, and update NuGet packages. Using the console is necessary in situations where the package manager UI does not […]

Create and install plugins as Nuget packages

Directory introduce The Most Important Tasks of a Software Architect Minimal plugin interface and plugin framework install plugin Nuget documentation (or lack thereof) code location Packing/unpacking example A brief description of the plugin’s functionality Packaging example Example of package consumption in conclusion Introduction The most important task of a software architect The most important software […]

How can I modify the location of the NuGet default global packages folder?

Due to some historical reasons, reinstalling the system has become an ancestral skill for Windows users to solve intractable diseases. Affected by this, partitioning the hard disk has almost become an obsession. There are at least two disks, C and D, and an exaggerated 5-6 disks. PS: macOS and Linux have always discouraged disk partitioning. […]

How can I modify the location of the NuGet default global packages folder?

Due to some historical reasons, reinstalling the system has become an ancestral skill for Windows users to solve intractable diseases. Affected by this, partitioning the hard disk has almost become an obsession. There are at least two disks, C and D, and an exaggerated 5-6 disks. PS: macOS and Linux have always discouraged disk partitioning. […]

VS2017 uses the NuGet plug-in to convert CSV format files into pdf files using iTextSharp and Aspose.Words.

NuGet download and installation reference: Visual Studio NuGet offline installation package_visual studionuget package offline download_Su Shoukun’s Blog-CSDN Blog iTextSharp installation: first step: Step two: Aspose.Words installation: It is also downloaded in NuGet. The above are all operations for finding files. For specific installation operations, see here. This uses iTextSharp as an example, and Aspose.Words will […]