Skip to content
Denis Kuzmin (github/3F) edited this page Mar 6, 2025 · 2 revisions

.NET Core Support

.NET DllExport is ready for .NET Core projects starting with v1.7 release

For better support and most known behavior with 1.7.0, netstandard2.0 or netcoreapp2.2 is recommended. [?]

.NET DllExport 1.8

1.8+ Extends support for netcore projects via the same rebasing feature (part of 3F's IL Assembler) and also provides control around .typeref

TODO: add more about configuring for netcore

Examples

Here you can find ExtDotNetCoreLibrary4 (net9.0;net8.0;netstandard2.1) that was configured for basic netcore assemblies with multiple targeting (TargetFrameworks).

For other types support find actual Unit tests here (net9.0;net8.0;net7.0;net6.0;net5.0;netcoreapp3.1;netstandard2.1;netstandard2.0)

To access used configurations:

git clone https://github.com/3F/DllExport.git DllExport
cd DllExport & .\build Debug & DllExport.assets.cmd

Actual code can be found using assets.sln and DllExport.sln -> UnitedTest

Result: https://ci.appveyor.com/project/3Fs/dllexport-ix27o/builds/51594290/tests

Clone this wiki locally