Category "dotnet-cli"

Why $(SolutionDir) is undefined in dotnet CLI?

I'm trying to build my project from dotnet CLI. I'm using dotnet build and it fails. How to reproduct: Create a simple console application using Visual Studio t

How can I reduce the amount of files produced by dotnet publish command line? [closed]

I tried to publish my dotnet app using dotnet publish --output publish --configuration Release but the result not as expected because the last

dotnet build for .net framework 4.7.2 project results in "The framework 'Microsoft.NETCore.App', version '6.0.3' (x64) was not found"

I have a .net framework 4.7.2 web API assembly that I've been building for a while using the command: dotnet build 'D:\proj\folder\main\source\MyProj.We

dotnet add package bootstrap gives 404 error with source nuget.org

I'm trying to add bootstrap to a new dotnet core razor app. C:\dev\core>dotnet --version 2.1.302 I created the project with the command below and have mad

How to log dotnet test output in junit format

dotnet test uses trx output by default. I am using trx2junit to convert it to junit, but this complicates CI setup. Is it possible to output test report in juni