DllExport
DllExport copied to clipboard
.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
Error message: "RunIlAsm: Something went wrong. We can't find '2' exports from PE32/PE32+ module **** net.r_eg.DllExport.targets 1
I never use this tool before. Im trying now to creating a DLL that nodeJS can use your methods and i using this tool because maybe de usage of dll...
### Steps to reproduce: - Download attached solution, extract, open. - Issue build solution command to get fresh builds of all projects. - Issue build solution command again, observe behavior....
### Steps to reproduce: - Download attached project and extract to folder. - Restore packages, build. - Observe error. * `DllExport -version`: v1.7.4.29858+c1cc52f * Used Visual Studio / MSBuild :...
. . . The question is related to: * `DllExport -version`: 1.7.4 ----------- Hi, I am using a project with no solution, and the GUI can't seem to handle this:...
Steps to reproduce: . . . * `DllExport -version`: 1.7.4 * Used Visual Studio / MSBuild / ...: Visual Studio 2022 Preview MSBuild: 17.1.0-preview-22055-02+797fd829a for .NET Framework ``` net472 latest...
. . . The question is related to: * `DllExport -version`: 1.7.4 * Copy-paste from `Data` tab: ``` Installed: True; 1.7.4+c1cc52f; invoked: 1.7.4 Project type: Cs Storage: ProjectFiles Compiler.Platform: Auto...
Steps to reproduce: * `DllExport -version`: 1.7.3 * Used Visual Studio 2019 Information from `Data` tab or log data: Every time I try to publish my DLL by right clicking...
Steps to reproduce: - Create simple **Class library** project targeted for **.NET Core 3.1** - Add the latest **DllExport package** via NuGet (configure via #175 at the time of writing...
Steps to reproduce: Create C# DLL within a folder TestDll ``` [DllExport] public int test() { return 0; } ``` - Open VS2019 and Test solution - Put"DllExport.bat" in same...