Top "Dotnet-cli" questions

For use of questions about the .NET Core command line tool-chain.

.NET Core - MSB3277: Found conflicts between different versions

I am having difficulty getting rid of the build warning: warning MSB3277: Found conflicts between different versions of the same …

c# msbuild .net-core dotnet-cli
what is major difference between dotnet publish and dotnet pack

What is the major difference between dotnet pack and publish? From Microsoft's description, my understanding is that pack creates a …

.net nuget .net-core nuget-package dotnet-cli
run single *.cs script from command line

Is there at last a easy way to execute c# script file from command line? I saw that discussion on …

c# .net roslyn .net-core dotnet-cli