-
-
Notifications
You must be signed in to change notification settings - Fork 134
.Net Core
.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. [?]
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
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
Except where otherwise noted, wiki content is licensed under a Creative Commons Attribution 4.0 International License. (CC BY 4.0).
🗎
- 🗎 Home
- 🚀 Quick start
- 🗎 .Net Core
- 🗎 Export
- 🗎 Pre-processing
- 🗎 Conari
- 🗎 ILMerge & ILRepack
- 🗎 [x]AssemblyResolve
- 🗎 Post-processing
- 🗎 Examples
- 🗎 C++ and C# ([+]📹)
- 🗎 string & struct ([+]📹)
- 🧪 Demo
🗔
📂
- 🔍 Q / A