DEV Community

Discussion on: What I've Learned So Far Building Coravel (Open Source .NET Core Tooling) - Part 1

Collapse
 
jeikabu profile image
jeikabu

I haven't looked into .NET Core Razor yet. Posts about it keep popping up so I should get around to it one of these days.

And I definitely agree about dotnet. I get the feeling we're still in a transitionary period with respect to tooling in the .net ecosystem. dotnet commoditizes some of the "black box" that was Visual Studio, but they haven't really closed the loop on packaging. There's a fair amount of confusion surrounding dotnet vs nuget.exe, using a nuspec file vs newer PackageReference format, etc.