Code Sharing Part 2: Automatic Semantic Versioning of NuGet Deploys
How to automatically incorporate semantic version information into NuGet libraries during building, packaging, and publishing of .Net libraries to private NuGet feeds.
How to automatically incorporate semantic version information into NuGet libraries during building, packaging, and publishing of .Net libraries to private NuGet feeds.
If you've ever tried to share code like an API proxy, math calculations, or validation logic between multiple projects, you'll know there are many options. In this post I'll summarize the most common, then dig into the most versatile for .Net projects: private NuGet feeds
Are you working on an Electron app with a team? If so, then there's a good chance you've been working together and told your team members to hang on while you grab their changes and test locally.
I just posted Episode 18 of Code Hour. In this show I demonstrate how to build a Printed Circuit Board (PCB) from prototype, to design, to manufacture.
A couple of months ago calculating code coverage on the command line was quite challenging in ASP.Net Core. Fortunately, as of last month and Visual Studio 15.8, generating the metric is easy.