Denis Kuzmin
Denis Kuzmin
Hello, We discussed briefly about modern dotnet support much earlier https://github.com/3F/DllExport/issues/193#issuecomment-899849239 But since then, one problem has been replaced by another ... out of my control. entirely. ... You're asking...
*You will know - misprint FYI, I can try yet to review PRs for any projects if anyone else will improve or fix something when (and only when) it is...
It should work for the declared .NET Core versions https://github.com/3F/DllExport/issues/197#issuecomment-1011488593 also wiki contains the official information about this https://github.com/3F/DllExport/wiki/.Net-Core But no one here has announced the official support for modern...
\> 2.1 was release almost 5 year ago And? netfx 4.0 even almost 15 years ago And? https://github.com/3F/netfx4sdk Each of us has own environment that needs support even for this,...
Hello, Did you list all mentioned dependencies in that field of merging modules? It's hard to say without inspecting. I recommend isolating the problem using *AssemblyResolve* to check the generated...
@sidpara47 Have you tried tracking attempts to load requested modules into the active domain? Are you using module merging somehow in your projects? What about applied resolution of an assembly...
@sidpara47 > https://stackoverflow.com/questions/78636084/i-want-to-call-a-c-sharp-dll-file-from-rust-code > follow this link , you will find everything you need. I don't see anything I requested. I'm not even sure you're using this DllExport project. What...
Hello, The question is more related to the question about assembler implementation how does it work, and as I remember, PE writer evaluates SizeOfImage using VA/RVA from the last placed...
Hello. You need to update *vsSolutionBuildEvent* up to [1.16](https://github.com/3F/vsSolutionBuildEvent/releases/tag/1.16) > FIXED: "Failed build-raw: Value cannot be null" in modern environments. I'm in progress in attempt to update all my affected...
-s is not a key to .\build, `build-s` inside **coreclr** folder, that is, ```bat cd coreclr build-s -x86 -release ``` better to use available helpers in root folder: * build-coreclr-ilasm-x64.cmd...