我有一个我需要的库,它是用 c# 编写的:https://github.com/KarlPan/jsxbin-to-jsx-converter我已经阅读了一些基本的 c# 文档如何编译以及来自 Microsoft 网站的主要术语。我已经安装了以下 Visual Studio 和以下构建工具:我已经下载了源代码并从命令行运行了命令:MSBuild.exe [mydirectory]/jsxbin_to_jsx.sln但我收到以下错误:或在文本中:"C:\Program Files (x86)\MSBuild\14.0\Bin\jsxbin-to-jsx-converter-master\jsxbin_to_jsx.sln" (default target) (1) ->"C:\Program Files (x86)\MSBuild\14.0\Bin\jsxbin-to-jsx-converter-master\jsxbin_to_jsx.Tests\jsxbin_to_jsx.Tests.csproj" (default target) (3) ->(CoreCompile target) -> JsxbinToJsxTests.cs(2,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\Program Files (x86)\MSBuild\14.0\Bin\jsxbin-to-jsx-converter-master\jsxbin_to_jsx.Tests\jsxbin_to_jsx.Tests.csproj] JsxbinToJsxTests.cs(6,6): error CS0246: The type or namespace name 'TestClassAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Program Files (x86)\MSBuild\14.0\Bin\jsxbin-to-jsx-converter-master\jsxbin_to_jsx.Tests\jsxbin_to_jsx.Tests.csproj] JsxbinToJsxTests.cs(6,6): error CS0246: The type or namespace name 'TestClass' could not be found (are you missing a using directive or an assembly reference?) [C:\Program Files (x86)\MSBuild\14.0\Bin\jsxbin-to-jsx-converter-master\jsxbin_to_jsx.Tests\jsxbin_to_jsx.Tests.csproj] JsxbinToJsxTests.cs(9,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Program Files (x86)\MSBuild\14.0\Bin\jsxbin-to-jsx-converter-master\jsxbin_to_jsx.Tests\jsxbin_to_jsx.Tests.csproj]谷歌搜索错误我试图使用usingproject.cs 文件中的关键字添加单元测试库,但它仍然不起作用。我已经尝试了一些其他的东西,但一直无法让它工作。
- 3 回答
- 0 关注
- 251 浏览
添加回答
举报
0/150
提交
取消