SharpGenTools 1.1.0 Released!

SharpGenTools 1.1 is now on NuGet! We’ve fixed a variety of issues!

SharpGenTools 1.0.0 Released!

SharpGenTools 1.0.0 is out! I’ve done a lot of work since 1.0.0 RC1 to refactor a lot of the code and strip down the runtime support classes, while also fixing a lot of the bugs.

SharpGenTools 1.0.0 RC1 Release

SharpGenTools 1.0.0 RC1 is out! I’ve done a lot of work since the 1.0.0 Beta to clean up the code and better integrate the SharpGenTools.Sdk package into MSBuild. There are a number of breaking changes, and some features from the SharpDX version that have been removed since they have been obseleted by the MSBuild integration. Take a look!

SharpGenTools 1.0.0-Beta Release

Last night I released a beta version of SharpGenTools, a suite of tools and MSBuild integrations to enable easy C# code generation for interop with C++ and COM code while relying only on the C++ headers. Today, we’ll go through some of the history of SharpGenTools, a quick overview of the architecture of them, and a quick look at some of the future roadmap. Over time I’ll do more in-depth blog posts on the architecture of the tools since how some of how it all works is really interesting.