上一页 1 ··· 267 268 269 270 271 272 273 274 275 ··· 400 下一页
摘要: https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices 阅读全文
posted @ 2018-11-28 16:09 ChuckLu 阅读(248) 评论(0) 推荐(0)
摘要: https://developercommunity.visualstudio.com/content/problem/378265/filecopy-did-not-throw-the-correct-exception.html path too long 阅读全文
posted @ 2018-11-28 14:54 ChuckLu 阅读(808) 评论(0) 推荐(0)
摘要: https://andrewlock.net/creating-parameterised-tests-in-xunit-with-inlinedata-classdata-and-memberdata/ MemberData 让测试类继承VersionList 阅读全文
posted @ 2018-11-28 11:02 ChuckLu 阅读(1188) 评论(0) 推荐(0)
摘要: 1.https://xunit.github.io/docs/capturing-output 里面似乎提到2个方法,第二个方法还需要在配置文件中添加appSetting 这里采用第一种方法, 1.添加一个新的字段,并且通过构造函数初始化,这里的构造函数照着写就可以,不需要手动调用构造函数来传值 2 阅读全文
posted @ 2018-11-27 17:26 ChuckLu 阅读(2819) 评论(0) 推荐(1)
摘要: https://xunit.github.io/docs/getting-started-desktop.html In this article, we will demonstrate getting started with xUnit.net, showing you how to writ 阅读全文
posted @ 2018-11-27 14:29 ChuckLu 阅读(191) 评论(0) 推荐(0)
摘要: 搜索文档的技巧 在confluence中进行搜索的时候,也需要使用通配符。比如搜索cmscontext,需要这么搜索cmscontex*,如果搜索的话,cmscontext.geturl是会被过滤掉的。标点被截断 https://confluence.atlassian.com/conf66/con 阅读全文
posted @ 2018-11-26 17:15 ChuckLu 阅读(2994) 评论(0) 推荐(0)
摘要: It's likely that you linked some assemblies that are not Any CPU, but include native code (or are compiled as x86), which cause the entire process to 阅读全文
posted @ 2018-11-26 14:46 ChuckLu 阅读(208) 评论(0) 推荐(0)
摘要: How to See if Process is 32-bit or 64-bit in Windows 10 OPTION ONE To See if Process is 32-bit or 64-bit in Processes tab in Task Manager 1 Open Task 阅读全文
posted @ 2018-11-26 14:44 ChuckLu 阅读(860) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.registryview?view=netframework-4.7 On the 64-bit version of Windows, portions of the regis 阅读全文
posted @ 2018-11-26 14:12 ChuckLu 阅读(433) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/a/41200059/3782855 https://github.com/304NotModified/Fody.Stamp .NET Revision Task for MSBuild https://stackoverflow.com/a/5 阅读全文
posted @ 2018-11-21 18:06 ChuckLu 阅读(229) 评论(0) 推荐(0)
上一页 1 ··· 267 268 269 270 271 272 273 274 275 ··· 400 下一页