PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, October 6, 2022

[FIXED] How to list all projects added to a solution in Linux terminal?

 October 06, 2022     .net, linux, terminal, ubuntu-16.04     No comments   

Issue

In Ubuntu terminal I can add a project to a solution with the following:

dotnet sln add ./projectName/projectName.csproj

What command can I run in the terminal, to see all the projects that have been added?


Solution

Use dotnet sln list. If multiple solutions are present in folder - add solution name:

dotnet sln SolutionName.sln list
  • dotnet sln list
  • dotnet list reference (for projects)


Answered By - Guru Stron
Answer Checked By - Robin (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing