UnmanagedExports 1.2.6
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.
- package restore will now work as expected
- file extensions otherthan dll are possible now (e.g. .plugin)
- some fixes regarding the creation of .exp, .def and .lib files
- changed the nuget scripts to be more resilient
- added new nuget CmdLets
- You will now get warnings in the nuget package manager when a project's platform target is not x86 or x64.
- some refactorings WRT notifications (warnings, etc.)
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.2.7 | 27 | 05/17/2021 |
1.2.6 | 23 | 08/30/2023 |
1.2.5.18722-Debug | 19 | 08/17/2023 |
1.2.4.23262 | 19 | 08/30/2023 |
1.2.3-Beta | 21 | 08/30/2023 |
1.2.2.23707 | 16 | 07/19/2023 |
1.2.1.28778 | 19 | 08/30/2023 |