問題タブ [dotnet-cli]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - project.json を使用して .NET Core で新しいプロジェクトをビルドできませんが、既存のプロジェクトは正常にビルド/復元されます
したがって、ここでの短いバージョンは、global.json
およびproject.json
(すべての Nancy プロジェクト) を使用する私の古い既存のレポが問題なく完全に正常に動作することです。
global.json
ただし、同一の 、 、およびファイル構造で新しいフォルダー構造を作成しよproject.json
うとすると、cli で何かしようとすると、次のエラーが発生します。
C:\VSCode\DispoStatService> dotnet restore
A JSON parsing exception occurred in [C:\VSCode\DispoStatService\global.json]: * Line 1, Column 2 Syntax error: Malformed token
MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file