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 库
- Host: GitHub
- URL: https://github.com/dotnet-campus/dotnetcampus.nugetmergefixtool
- Owner: dotnet-campus
- Created: 2020-01-22T11:09:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T01:40:58.000Z (almost 6 years ago)
- Last Synced: 2025-05-21T04:52:23.557Z (about 1 year ago)
- Topics: dotnet, dotnet-tool
- Language: C#
- Homepage:
- Size: 56.6 KB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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://www.nuget.org/packages/dotnetCampus.NuGetMergeFixTool)
[](https://www.nuget.org/packages/dotnetCampus.NuGetMergeFixTool.Source)
提供了 nuget 包处理底层库