最近我读到了有关Microsoft Visual Studio Code的内容.我主要在GNU/Linux上使用C和C++语言.我的问题是Visual Studio Code是否只是一个简单的编辑器,它使用平台中存在的任何编译器,gcc在我的例子中,作为后台编译器还是它自带的VS编译器?
“ MSBuild现在安装在每个Visual Studio版本下的文件夹中。” 但是,我不想在服务器上安装完整的VS。“ MSBuild现在作为.NET Core SDK的一部分提供。”
现在,我已经安装了.Net Core 2.1 SDK(和4.7.2框架),msbuild.exe的路径是什么?
如何在MAC上使用.NET 4.x 并使用VSCode作为编辑器!
我将这些设置设置为统一:
在VScode中我收到以下错误:
The reference assemblies for framework ".NETFramework,Version=v4.7.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the …