SW

IvDllExports (0.1.1.2)

Published 2025-02-18 18:06:30 +00:00 by rv in SW/DllExports

Installation

dotnet nuget add source --name SW --username your_username --password your_token 
dotnet add package --source SW --version 0.1.1.2 IvDllExports

About this package

Unmanaged Exports for legacy/SDK style projects

DllExports provides unmanaged exports for both legacy and SDK style projects.

Unlike other libraries that rely on a wacky series of external dependencies, DllExports has everything it needs to do its job built in.

DllExports is entirely driven by its MSBuild task, and provides a number of knobs you can adjust to customize the resulting assemblies, including converting AnyCPU assemblies into both x86 and x64 outputs.

In order to be able to debug your exports in Visual Studio you must be targeting .NET Framework and be using Visual Studio 2019 or newer. .NET Standard exports work but you can't debug them. .NET Core applications can't truly have unmanaged exports as you can't use mscoree to load their runtime. Consider using a library such as DNNE for proper .NET Core support.

Details
NuGet
2025-02-18 18:06:30 +00:00
69
lordmilko
874 KiB
Assets (2)
Versions (1) View all
0.1.1.2 2025-02-18