随笔分类 -  dotnet core

摘要:Overriding the SDK used with global.json - sort of The solution to SDK versioning problems in projects or Solutions is to use a global.json file in th 阅读全文
posted @ 2020-04-07 18:44 ChuckLu 阅读(231) 评论(0) 推荐(0) 编辑
摘要:Using .NET Standard with Full Framework .NET .NET Standard has been around long enough now that most people are reasonably familiar with this somewhat 阅读全文
posted @ 2020-04-03 17:52 ChuckLu 阅读(260) 评论(0) 推荐(0) 编辑
摘要:Publish .net standard library with all it's dependencies? 回答1 At the time of writing, it looks like it's by design and there's quite some fuss and con 阅读全文
posted @ 2020-04-03 17:33 ChuckLu 阅读(211) 评论(0) 推荐(0) 编辑
摘要:Where's the package location in aspnet core For project.json the nuget directory is in the user profile folder (%UserProfile%\.nuget\packages) 阅读全文
posted @ 2019-05-10 14:05 ChuckLu 阅读(1375) 评论(0) 推荐(0) 编辑
摘要:What is the difference between .NET Core and .NET Standard Class Library project types? Answer1 When should we use one over the other? The decision is 阅读全文
posted @ 2019-03-29 16:25 ChuckLu 阅读(527) 评论(0) 推荐(0) 编辑
摘要:How to remove the .NET Core Runtime and SDK https://docs.microsoft.com/en-us/dotnet/core/versions/remove-runtime-sdk-versions?tabs=windows Over time, 阅读全文
posted @ 2019-03-18 16:15 ChuckLu 阅读(4604) 评论(0) 推荐(0) 编辑
摘要:What's the difference between SDK and Runtime in .NET Core? Answer1 According to the .Net Core Guide, .NET Core is composed of the following items A . 阅读全文
posted @ 2019-02-20 13:26 ChuckLu 阅读(483) 评论(0) 推荐(0) 编辑
摘要:编译错误 Severity Code Description Project File Line Suppression StateError NETSDK1045 The current .NET SDK does not support targeting .NET Core 3.0. Eith 阅读全文
posted @ 2019-02-20 13:22 ChuckLu 阅读(4155) 评论(0) 推荐(1) 编辑
摘要:https://developercommunity.visualstudio.com/content/problem/30940/cant-remove-netstandard-folder-from-output-path.html You can set the following in yo 阅读全文
posted @ 2018-07-26 16:52 ChuckLu 阅读(395) 评论(0) 推荐(0) 编辑
摘要:The installation was successful The following were installed at C:\Program Files\dotnet • .NET Core SDK 2.1.105 • .NET Core Runtime 2.0.7 • Runtime Pa 阅读全文
posted @ 2018-05-08 13:32 ChuckLu 阅读(216) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/shanyou/p/8996748.html 阅读全文
posted @ 2018-05-07 09:32 ChuckLu 阅读(193) 评论(0) 推荐(0) 编辑
摘要:C:\Program Files\dotnet\sdk\2.1.4\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.TargetFrameworkInference.targets(135,5): error : The current .NET SDK doe 阅读全文
posted @ 2018-02-01 18:05 ChuckLu 阅读(3510) 评论(0) 推荐(0) 编辑
摘要:https://github.com/nunit/dotnet-test-nunit if you are using Visual Studio. Your project.json in your test project should look like the following; http 阅读全文
posted @ 2017-11-01 13:49 ChuckLu 阅读(453) 评论(0) 推荐(0) 编辑
摘要:1.git clone源码 2.init-tools.cmd 3. Error: DIA SDK is missing at "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\DIA SDK". This is due to 阅读全文
posted @ 2017-10-31 17:36 ChuckLu 阅读(1218) 评论(0) 推荐(0) 编辑
摘要:dotnet --info PS E:\GitHub\KerryJiang\SuperSocket> dotnet --info.NET Command Line Tools (2.1.4) Product Information: Version: 2.1.4 Commit SHA-1 hash: 阅读全文
posted @ 2017-06-29 18:42 ChuckLu 阅读(4131) 评论(0) 推荐(0) 编辑
摘要:安装完成后的路径在C:\Program Files\dotnet https://github.com/dotnet/cli/issues/390 2017年06月29日 安装成功之后,配置好环境变量,就可以运行dotnet命令了。 dotnet --version 1.0.4 创建一个控制台应用, 阅读全文
posted @ 2017-06-29 18:20 ChuckLu 阅读(465) 评论(0) 推荐(0) 编辑
摘要:打开项目的时候,提示缺少sdk 在C:\Program Files\dotnet\sdk找不到对应的版本 解决方法: https://github.com/aspnet/Tooling/blob/master/known-issues.md#missing-sdk 在这个链接中下载对应的sdk版本, 阅读全文
posted @ 2016-10-28 10:02 ChuckLu 阅读(334) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示