question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CSProj & SLN CRUD Commands

See original GitHub issue

This is a tracking issue

csproj manipulation

  • dotnet add p2p
  • dotnet add package
  • dotnet remove p2p
  • dotnet remove package
  • dotnet list p2ps
  • dotnet list packages

sln manipuliation

  • dotnet add project
  • dotnet remove project
  • dotnet list projects

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
livarcocccommented, Mar 7, 2017

@Jonathan34 there is a dotnet new sln.

0reactions
livarcocccommented, May 21, 2019

dotnet list packages has been implemented.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSProj & SLN CRUD Commands · Issue #7179 · dotnet/sdk
This is a tracking issue csproj manipulation dotnet add p2p dotnet add package dotnet remove p2p dotnet remove package dotnet list p2ps ...
Read more >
dotnet sln command - .NET CLI
The dotnet-sln command provides a convenient option to add, remove, and list projects in a solution file.
Read more >
NET 6.0 - CRUD API Example and Tutorial
NET 6.0 API that supports CRUD operations. The example API includes routes to retrieve, update, create and delete records in the database, ...
Read more >
How to perform CRUD Operations With ASP.NET Core ...
Create the MVC Web Application. We will be creating a source project from the terminal window in Visual Studio Code. Open VS code...
Read more >
How to Build CRUD Operations Using ASP.NET Core 5.0 ...
Step 1: Open Visual Studio. Step 2: Click File a New a Project. Step 3: Select the ASP.NET Core Web Application template and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found