nanoframework / Home

:house: The landing page for .NET nanoFramework repositories.
https://www.nanoframework.net
MIT License
844 stars 75 forks source link

v1.0.163 on macOS M1 environment fails to properly recognize .nfproj project files from the nanoframework #1508

Closed lable closed 2 weeks ago

lable commented 2 weeks ago

Tool

Visual Studio Code extension

Description

正在生成解决方案配置“Debug|Any CPU”。 项目“/Volumes/512G-macos/projects/nanoframework/Samples/samples/ADC/ADC.sln”(1)正在节点 1 上生成“/Volumes/512G-macos/projects/nanoframework/Samples/samples/ADC/ADC.nfproj”(2) (默认目标)。 /Volumes/512G-macos/projects/nanoframework/Samples/samples/ADC/ADC.nfproj : error MSB4057: 该项目中不存在目标“Build”。 已完成生成项目“/Volumes/512G-macos/projects/nanoframework/Samples/samples/ADC/ADC.nfproj”(默认目标)的操作 - 失败。 已完成生成项目“/Volumes/512G-macos/projects/nanoframework/Samples/samples/ADC/ADC.sln”(默认目标)的操作 - 失败。

生成失败。

“/Volumes/512G-macos/projects/nanoframework/Samples/samples/ADC/ADC.sln”(默认目标) (1) -> “/Volumes/512G-macos/projects/nanoframework/Samples/samples/ADC/ADC.nfproj”(默认目标) (2) -> /Volumes/512G-macos/projects/nanoframework/Samples/samples/ADC/ADC.nfproj : error MSB4057: 该项目中不存在目标“Build”。

0 个警告
1 个错误

How to reproduce

No response

Expected behaviour

No response

Screenshots

WechatIMG3119

Aditional context

No response

josesimoes commented 2 weeks ago

Duplicate of #1507. Fixed with nanoframework/nf-VSCodeExtension#298. Please wait for next release of VS Code extension.