Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update building documentation #17880

Open
AlexeiNaabal opened this issue Sep 9, 2024 · 0 comments
Open

Please update building documentation #17880

AlexeiNaabal opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
Area-Build Issues pertaining to the build system, CI, infrastructure, meta Issue-Docs It's a documentation issue that really should be on MicrosoftDocs/Console-Docs Product-Meta The product is the management of the products.

Comments

@AlexeiNaabal
Copy link

We followed the building section of README.md and doc/building.md to build the terminal, and found several uncleared guidance.

Following the guidance, we expect:

  1. git submodule command initialize 3rd party codebase
  2. OpenConsole.sln restore successfully when launching the CascadiaPackage with the documented setup

While the actual behavior is:

  1. .gitmodule present nowhere, thus the git command does nothing
  2. Several nuget error with "Unable to find", such as
NU1101	Unable to find package Microsoft.AspNetCore.App.Ref. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, TerminalDependencies	TerminalStress	G:\GithubRepos\terminal\src\tools\TerminalStress\TerminalStress.csproj	1		
NU1101	Unable to find package Microsoft.NETCore.App.Ref. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, TerminalDependencies	TerminalStress	G:\GithubRepos\terminal\src\tools\TerminalStress\TerminalStress.csproj	1		
NU1101	Unable to find package Microsoft.WindowsDesktop.App.Ref. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, TerminalDependencies	TerminalStress	G:\GithubRepos\terminal\src\tools\TerminalStress\TerminalStress.csproj	1		
  1. Several nuget restore error with site pkgs.dev.azure.com/shine-oss, reason is 401, Unauthorized

Please update the building documentation

@AlexeiNaabal AlexeiNaabal added the Issue-Docs It's a documentation issue that really should be on MicrosoftDocs/Console-Docs label Sep 9, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Sep 9, 2024
@carlos-zamora carlos-zamora added Area-Build Issues pertaining to the build system, CI, infrastructure, meta Product-Meta The product is the management of the products. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Sep 25, 2024
@carlos-zamora carlos-zamora added this to the Terminal v1.23 milestone Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Build Issues pertaining to the build system, CI, infrastructure, meta Issue-Docs It's a documentation issue that really should be on MicrosoftDocs/Console-Docs Product-Meta The product is the management of the products.
Projects
None yet
Development

No branches or pull requests

3 participants