I have created a basic class that adds two numbers in c#. I have built it into a dll but when attempting to call it in golang I am unsuccessful.
Is this possible cu
There is a project on Github that aims to do this.
https://github.com/matiasinsaurralde/go-dotnet
C# assemblies are not the same as C or C++ and will not load using syscall like we might want.