An open API service indexing awesome lists of open source software.

https://github.com/dotnet-campus/dotnetcampus.nugetmergefixtool

传说博哥的工具 可以用来修复 git 合并的时候将 csproj 合并坏了的问题,也可以用来快速升级 NuGet 库
https://github.com/dotnet-campus/dotnetcampus.nugetmergefixtool

dotnet dotnet-tool

Last synced: 12 months ago
JSON representation

传说博哥的工具 可以用来修复 git 合并的时候将 csproj 合并坏了的问题,也可以用来快速升级 NuGet 库

Awesome Lists containing this project

README

          

# dotnetCampus.NugetMergeFixTool

传说博哥的工具

可以用来修复 git 合并的时候将 csproj 合并坏了的问题,也可以用来快速升级 NuGet 库

## dotnet tool

在命令行输入下面代码安装

```
dotnet tool install -g NugetMergeFixTool
```

此后可以通过以下命令行启动

```csharp
dotnet nugetfix
```

启动之后设置 sln 所在路径,接下来看界面就会了

暂时只支持 Windows 平台

## nuget

[![](https://img.shields.io/nuget/v/dotnetCampus.NuGetMergeFixTool.svg)](https://www.nuget.org/packages/dotnetCampus.NuGetMergeFixTool)

[![](https://img.shields.io/nuget/v/dotnetCampus.NuGetMergeFixTool.Source.svg)](https://www.nuget.org/packages/dotnetCampus.NuGetMergeFixTool.Source)

提供了 nuget 包处理底层库