Amazing video as always. With the move from project.json to the new csproj format, my colleagues and I are confused about the dotnet cli vs msbuild. Which should be used when? Is the dotnet cli just a shim for msbuild. A video on this topic would be much appreciated.
Yes: dotnet build -> msbuild dotnet restore -> msbuild /t:restore dotnet pack -> msbuild /t:pack But not all dotnet commands are calling into MSBuild. The way I think about the CLI is that it's the moral equivalent of the IDE in the terminal: a one stop shop for the developer's inner loop (maintaining the project, building, testing, packaging).
Great explanatory video. If I may ask one small improvement 😇 .. its about camera focus point, its neither on laptop nor on face, its somewhere on the shoulder and it may make it a bit hard to watch
always great !!! where are your latests ???
Great video, Immo. My favourite from this series so far.
That's the great thing with starting a new series -- the first video will always start as the best video -:-)
Immo Landwerth same desk, same series :)
Great content as always.
Great explanation! Thanks a lot.
Great video, really well explained.
Amazing video as always. With the move from project.json to the new csproj format, my colleagues and I are confused about the dotnet cli vs msbuild. Which should be used when? Is the dotnet cli just a shim for msbuild. A video on this topic would be much appreciated.
Yes:
dotnet build -> msbuild
dotnet restore -> msbuild /t:restore
dotnet pack -> msbuild /t:pack
But not all dotnet commands are calling into MSBuild. The way I think about the CLI is that it's the moral equivalent of the IDE in the terminal: a one stop shop for the developer's inner loop (maintaining the project, building, testing, packaging).
Thanks for this insight!!
Great explanatory video. If I may ask one small improvement 😇 .. its about camera focus point, its neither on laptop nor on face, its somewhere on the shoulder and it may make it a bit hard to watch
Agreed :-) twitter.com/terrajobst/status/814975184734068738