提问人:Mark Burgress 提问时间:6/13/2015 最后编辑:surfmuggleMark Burgress 更新时间:2/2/2023 访问量:5601
未定义或导入预定义类型“System.Object” [dnxcore50]
Predefined type 'System.Object' is not defined or imported [dnxcore50]
问:
今天,我的项目充满了这些错误。与“string”、“int”等相同。我在优胜美地上运行最新的 VS Code。已卸载并重新安装 DNVM。已删除 .dnx 中的所有软件包。我可以运行我的程序,但这真的很困扰我。
第三方编辑
在 windows-10 和 .net-7.0 上使用 visual studio code 1.73.1,错误是这样的
Type "System.Object" is not defined or imported csharp(CS0518)
重现步骤
- 使用 vs 代码打开文件夹
- 打开终端并运行
dotnet new console --use-program-main
- 打开并查看下面的结果
Program.cs
vs-code 错误屏幕
第三方 VS Code 版本详细信息
版本: 1.73.1 (system setup)
提交: 6261075646f055b99068d3688932416f2346dd3b 日期:2022-11-09T04:27:29.066Z 电子:19.0.17
铬:102.0.5005.167 节点.js:16.14.2
V8:10.2.154.15-electron.0操作系统: Windows_NT x64 10.0.19042
Sandboxed: No
在我的版本中
答: 暂无答案
评论