|
|
|
|
|
by CobsterLock
1816 days ago
|
|
the new slim SDK style csproj and the dotnet command replacement (maybe wrapper) for msbuild are great addition to come with .NET Core a while back. I think MSBuild and nuget are great compared to my experiences with linux rpm libwhatever or npm. I have worked on some moderately sized code bases
(10s not 100s of projects in a solutions) and compile times stayed fairly reasonable. I think the big downside is that the industry still thinks of .NET as stuck in .NET 2.0 or something, from my casual browsing that .NET is a skill not C#. Regardless,
I'm getting kind of excited for .NET 6 on official release, and doing the migration of all our apps off framework to the latest and getting some getting the new lang version. |
|