-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsNeeds-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingResolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Description
Windows Terminal version
main 8dfdfc4
Windows build number
10.0.22000.376
Other Software
Visual Studio 2019
Steps to reproduce
Attempt to build the project in Visual Studio.
Expected Behavior
The project builds.
Actual Behavior
Lots of errors, referencing Microsoft.PGO-Helpers.Cpp.0.2.22
Severity Code Description Project File Line Suppression State
Error MSB4019 The imported project "F:\windows-terminal\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" was not found. Confirm that the expression in the Import declaration "F:\windows-terminal\build\PGO\..\..\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" is correct, and that the file exists on disk. Microsoft.Terminal.Remoting F:\windows-terminal\build\PGO\Terminal.PGO.props 44
Error MSB4019 The imported project "F:\windows-terminal\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" was not found. Confirm that the expression in the Import declaration "F:\windows-terminal\build\PGO\..\..\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" is correct, and that the file exists on disk. Microsoft.Terminal.Control.Lib F:\windows-terminal\build\PGO\Terminal.PGO.props 44
Error MSB4019 The imported project "F:\windows-terminal\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" was not found. Confirm that the expression in the Import declaration "F:\windows-terminal\build\PGO\..\..\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" is correct, and that the file exists on disk. TerminalAzBridge F:\windows-terminal\build\PGO\Terminal.PGO.props 44
Error MSB4019 The imported project "F:\windows-terminal\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" was not found. Confirm that the expression in the Import declaration "F:\windows-terminal\build\PGO\..\..\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" is correct, and that the file exists on disk. Microsoft.Terminal.Settings.Model.Lib F:\windows-terminal\build\PGO\Terminal.PGO.props 44
Error MSB4019 The imported project "F:\windows-terminal\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" was not found. Confirm that the expression in the Import declaration "F:\windows-terminal\build\PGO\..\..\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" is correct, and that the file exists on disk. TerminalAppLib F:\windows-terminal\build\PGO\Terminal.PGO.props 44
Error MSB4019 The imported project "F:\windows-terminal\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" was not found. Confirm that the expression in the Import declaration "F:\windows-terminal\build\PGO\..\..\packages\Microsoft.PGO-Helpers.Cpp.0.2.22\build\Microsoft.PGO-Helpers.Cpp.props" is correct, and that the file exists on disk. TerminalAppLib F:\windows-terminal\build\PGO\Terminal.PGO.props 44
If I attempt to do a nuget restore OpenConsole.sln I get a warning stating it can't read the project configuration.
F:\windows-terminal>nuget restore OpenConsole.sln
MSBuild auto-detection: using msbuild version '16.11.2.50704' from 'D:\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin'.
WARNING: Error reading msbuild project information, ensure that your input solution or project file is valid. NETCore and UAP projects will be skipped, only packages.config files will be restored.
All packages listed in packages.config are already installed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsNeeds-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingResolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.