Now that dotnet global tools are a thing, we are seeing an explosion of cool new cross platform command line apps being built with dotnet. A recent example of this is Giphy CLI [https://github.com/DavidDeSloovere/giphy-cli], this is…
dotnetcore
A collection of 13 posts
.NET Framework Support for .NET Standard 2.0
When .NET Standard 2.0 was introduced, it wasn't plain sailing. .NET Standard 1.5 and 1.6 were already a thing, and they included APIs from .NET Frameworks higher than .NET Framework 4.6.1. Since .NET…
Adding AssemblyMetadataAttribute using new SDK project, with MSBuild
Now that we have the new project system, and we can define common assembly info in our .csproj, we can say good-bye to AssemblyInfo.cs, well, I still see these left around for general assembly attributes. For example it is…