-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with System.Object in .net core 3.1 #167
Comments
Thanks for the report,
It depends on the specific structure of your projects in solution. So it would be good to attach sample of the empty projects with the same structure to illustrate the problem.
Can you clarify your "console app" part? For how does this relate to the final use of the export because I don't see any part of the call of the "EntryPoint()" from Regarding to #132, as I already voiced yesterday in twitter, Can you share the result for netstandard 2.0 and/or netcoreapp 2.1 ? |
Here is the complete project: It contains:
My objective is to inject a recent game running in .net core 3.1, AppToInject act as a dummy process for my tests. I tried with .netcoreapp 2.1 as asked, but it crashes the process |
Thanks for the complete sample! AppToInject and Injector still can be configured for .NET Core 3.1. But for ScourgeMod please temporarily use netstandard2.0 targeting. Regarding your "It doesn't ship any dll", This is duplicate of #144. |
Thank you very much, i applied your suggestions and it now works ! |
Hello,
So i'm trying to use DllExport for a .Net Core 3.1 project, but i can't make it work.
DllExport -version
: v1.7.3.58831+9a4bc51Logs from DllExport tool
: cfg.logHere is the code for the dll
The IL code DllExport generated
And the console app
I'm actually facing 2 problems:
System.Console.dll
,System.Private.CoreLib.dll
andSystem.Runtime.dll
on the output directorywhich translate by "Unable to load type 'System.Object' from 'System.Private.CoreLib' because the parent doesn't exists."
It indeed look like #132 but i did that rebase thing.
I don't really know what to do now.
Best regards
The text was updated successfully, but these errors were encountered: