Deep Dive into NuGet Native (Part One)
Howdy! Today I thought I’d start explaining how NuGet supports C/C++ packages under the covers, and look into how one could (theoretically) manually construct a package without using the CoApp PowerShell tools. As I mentioned before, C/C++ packages built for NuGet didn't require a whole lot of change in NuGet itself—primarily becaus...