Cannot build 0.9 locally - Package are not restored properly #6661

Open
opened 2026-01-31 00:44:12 +00:00 by claunia · 0 comments
Owner

Originally created by @tebeco on GitHub (Feb 29, 2020).

Environment

Windows build number: Microsoft Windows [Version 10.0.19041.113]
Windows Terminal version (if applicable): origin/release-0.9
VS2019 Preview 16.5.0 preview 4

Steps to reproduce

> git reset --hard
> git clean -fdx
> git submodule update --init --recursive
> start ./OpenConsole.sln

image

then press Ctrl+Maj+B

Expected behavior

Build should pass

Actual behavior

  • Visual Studio does not load lots of project even though it let you beleibe it did restore "packages"
  • Right click on Solution > Restore > does nothing / does not fix anything either
  • dotnet restore > probably noop > does not fix anything

Workaround

Should the doc be updated and inform users that they need to download nuget.exe from nuget.org and manually run /path/to/nuget.exe restore
(This is what fixed it for me

Originally created by @tebeco on GitHub (Feb 29, 2020). # Environment ```none Windows build number: Microsoft Windows [Version 10.0.19041.113] Windows Terminal version (if applicable): origin/release-0.9 VS2019 Preview 16.5.0 preview 4 ``` # Steps to reproduce ``` checkout origin/release-0.9 > git reset --hard > git clean -fdx > git submodule update --init --recursive > start ./OpenConsole.sln ``` ![image](https://user-images.githubusercontent.com/2266487/75611036-f40b2280-5b16-11ea-9e09-2fc674a44a74.png) then press `Ctrl+Maj+B` # Expected behavior Build should pass # Actual behavior * Visual Studio does not load lots of project even though it let you beleibe it did restore "packages" * Right click on Solution > Restore > does nothing / does not fix anything either * `dotnet restore` > probably noop > does not fix anything # Workaround Should the doc be updated and inform users that they need to download `nuget.exe` from `nuget.org` and manually run `/path/to/nuget.exe restore` (This is what fixed it for me
claunia added the Resolution-Duplicate label 2026-01-31 00:44:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6661