nwnxee / unified

Binaries available under the Releases tab on Github
https://nwnxee.github.io/unified
GNU General Public License v3.0
128 stars 91 forks source link

DotNET: Implement new bootstrap #1756

Open jhett12321 opened 2 months ago

jhett12321 commented 2 months ago

This PR introduces a new method of bootstrapping C# assemblies that reduces the boilerplate code in C# & C++, and improves portability with simple C-style exports that matches the convention used by other NWNX plugins.

The updated bootstrapping code is backwards compatible, and should not be ABI breaking.