UnmanagedExports 1.2.7

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 nuget package is all you need. Just mark your methods with [DllExport] and build for x86, x64 or ia64. Hints: - You have to set your platform target to either x86, ia64 or x64. AnyCPU assemblies cannot export functions. - The export name defaults to the method name and the calling convention to stdcall. If that's all what you want, you can just use [DllExport] without parameters. - You cannot put your exports in generic types or export generic methods. (The CLR wouldn't know what type parameters to use)

No packages depend on UnmanagedExports.

  • will use the most recent version of Microsoft.Build.Utilities.ToolLocationHelper to have a greater chance of finding the exact ildasm/ilasm for the project's target framework version

  • no longer fails the build when it can't find lib.exe

  • proper overridable MSBuild properties (see tools/RGiesecke.DllExport.targets)

This package has no dependencies.

Version Downloads Last updated
1.2.7 3 12/14/2025
1.2.6 2 12/20/2025
1.2.5.18722-Debug 4 12/14/2025
1.2.4.23262 5 12/14/2025
1.2.3-Beta 2 12/14/2025
1.2.2.23707 1 12/21/2025
1.2.1.28778 2 12/17/2025