A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications.
That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++).
The...
More information
Open source project .NET DllExport with .NET Core support (aka 3F/DllExport)
https://github.com/3F/DllExport
🚀 Quick start: https://github.com/3F/DllExport/wiki/Quick-start
🔖 Examples. Unmanaged C++ / C# / Java: https://youtu.be/QXMj9-8XJnY
🧪...
More information
Repackaging of UnmanagedExports 1.2.7 to be compatible with PackageReference.
A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications.
That means, you can create plugins in a managed language like C#...
More information
Repackaging of UnmanagedExports 1.2.7 to be compatible with PackageReference and additionally upgraded the Microsoft Build Utilities (using Nuget package Microsoft.Build.Utilities).
A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from...
More information
🧬 One-touch unmanaged memory, libraries, executable modules, runtime dynamic use of the unmanaged native C/C++ in .NET world, related P/Invoke features,
and ... Even accessing to complex types like structures without their declaration at all.
## Why Conari ?
It was...
More information