Mike Rousos

Principal Software Engineer, .NET Customer Engagement

Mike's a long-time member of the .NET team. He lives in northeast Ohio with his wife and four kids.

Post by this author

Porting a C++/CLI Project to .NET Core

One of the new features of Visual Studio 2019 (beginning with version 16.4) and .NET Core 3.1 is the ability to build C++/CLI projects targeting .NET Core. This can be done either directly with cl.exe and link.exe (using the new option) or via MSBuild (using ). In this post, I'll walk through the steps necessary to migrate a simple C++/CLI ...