ant*_*paw 7 .net c# visual-studio-code
我在 VSCode 的输出中收到此消息
[fail]: OmniSharp.MSBuild.ProjectLoader
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 framework you intend.
Run Code Online (Sandbox Code Playgroud)
这就是我的dotnet输出的样子
~ dotnet --info
.NET Core SDK (reflecting any global.json):
Version: 2.2.106
Commit: aa79b139a8
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.14
OS Platform: Darwin
RID: osx.10.14-x64
Base Path: /usr/local/share/dotnet/sdk/2.2.106/
Host (useful for support):
Version: 2.2.4
Commit: f95848e524
.NET Core SDKs installed:
2.2.106 [/usr/local/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.2.4 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.2.4 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.2.4 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
Run Code Online (Sandbox Code Playgroud)
由于此错误,我无法在 VSCode 中获得 C# 的任何 IDE 功能。
关闭 VS 代码。
下载并安装 Microsoft .NET Framework 4.7.1。
在 VS Code 中,打开Assembly_CSharp.csproj文件并更改TargetFrameworkVersion为您安装的 .NET Framework SDK版本。
您应该为特定版本安装 .NET 框架和目标 sdk。
这是一个临时解决方案,因为targetFrameworkVersion在您关闭编辑器时始终更改为统一默认值