asp.net-core-cli Questions
5
I'm working on macOS Big Sur and Visual Studio .net core 5.
I think the issues started after allowing Visual Studio to install updates (I wasn't expecting any issues), after a few hours dotnet comm...
Anguilla asked 21/12, 2021 at 9:40
4
Solved
I am trying to add a csproj to a sln using dotnet sln command line.
Adding the project is easily achievable using the below command.
dotnet sln todo.sln add todo-app/todo-app.csproj
But how ...
Socinian asked 22/7, 2018 at 18:5
2
I have a solution named: MyProject.sln and project related to docker called - docker-compose.dcproj.
I want to create dotnet new template which will contain support for docker-compose through proj...
Standard asked 27/12, 2019 at 12:39
3
Solved
At the command line I can type
dotnet new -t web
to scaffold a new asp.net core web project but it contains the 'full template' (equivalent to creating a new MVC project in Visual Studio).
In v...
Tilla asked 14/1, 2017 at 11:17
1
© 2022 - 2024 — McMap. All rights reserved.