欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

c# c sharp NetchX / Netch 编译

程序员文章站 2022-06-21 19:57:39
源码位置:https://github.com/NetchX/Netch编译过程:visual studio 2019...

源码位置:

https://github.com/NetchX/Netch
https://github.com/NetchX/Netch.git
https://github.com/NetchX/Netch/releases/tag/1.4.11
https://github.com/NetchX/NetchBinaries
https://github.com/NetchX/docs
https://build.openvpn.net/downloads/releases/tap-windows-9.21.2.exe
编译过程:
visual studio 2019

下载:
ndp48-devpack-enu.exe 双击安装,然后重启电脑
遇到问题:
错误 NETSDK1004 找不到资产文件“C:\Users\XXXX\Downloads\Netch-master\Netch\obj\project.assets.json”。运行 NuGet 包还原以生成此文件。 Netch C:\Program Files\dotnet\sdk\3.1.301\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets 234
c# c sharp  NetchX / Netch 编译
首先运行 : msbuild -t:restore
然后运行: msbuild ,(运行 dotnet build 会出问题)
c# c sharp  NetchX / Netch 编译
c# c sharp  NetchX / Netch 编译
使用 git clone https://github.com/NetchX/Netch.git
到 那个 目录
Netch-master\modes\下面看看是否是空的,.

https://github.com/NetchX/NetchMode
https://github.com/NetchX/NetchMode.git

参考:

VS2019 找不到资产文件 “xxxx\obj\project.assets.json”运行NuGet包还原以生成此文件
https://blog.csdn.net/weixin_42835409/article/details/107033059

logging 文件

Netch-master\Netch\bin\x64\Debug\logging\application.log

Netch-master\modes\mode

Netch-master\modes\mode
c# c sharp  NetchX / Netch 编译

c# c sharp  NetchX / Netch 编译

c# c sharp  NetchX / Netch 编译
Netch-master\binaries
c# c sharp  NetchX / Netch 编译
编译的时候会自动复制到
Netch-master\Netch\bin\x64\Debug\bin目录下面
c# c sharp  NetchX / Netch 编译

本文地址:https://blog.csdn.net/wowocpp/article/details/107364349

相关标签: C#