This is a PoC Go wrapper for the .NET Core Runtime, this project uses cgo and has been tested under OSX. It covers two basic use cases provided by the CLR Hosting API: Load and run an .exe, using its default entrypoint, just like corerun and coreconsole do, check ExecuteManagedAssembly. Load a .dll, setup delegates and call them from your Go functions. I've tried calling both C# and VB.NET methods