Hello,
I stumbled across this library and was pretty impressed and wanted to use it in a .NET based project.
However, what is stopping me is Blazer.Net's dependency on Blazer.Native.dll as an embedded resource which is then dropped to disk and the module is then loaded. Is there a reason why Blazer.Native; the C++ components, could not be converted to C# within .NET standard to transform Blazer.Net into a purely .NET based library?