-
Notifications
You must be signed in to change notification settings - Fork 62
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
Really great project - What's about NetStandard #2
Comments
FOA Thank you for your interest.
|
Additionally I would like to implement PInvoke as many C# projects as Avalonia rely on it |
I am working on functionality to compile mscorlib from CoreCLR. Many things already done |
Great to hear |
finally finished cleaning up the code to compile CoreCLR mscorlib. to do so you need to do few steps
ok, now you have lib (size 350mb) but it will have missing native functions. I am working on it to be able to compile exe file |
Now you can compile CoreCLR and CoreFX projects
|
Great work, you made an awesome job there reusing a modern mscorlib such as System.Private.CoreLib |
I did work a bit with reflection and native implementation (only required minimum). Idea was to reuse native implementation from CoreCLR or CoreRT but I am not there yet |
Hi Alex,
first of all I would like to thank you very much for contributing your great cs2cpp project to us. Actually it generates really good and readable C++ Code - much better than CoreRT (it's more low-level).
For me it would be really nice if your CoreLib-implemantion would support netstandard (e.g. 1.4).
I saw you integrated many tests from Microsoft to your project (good idea). So I tried to execute them. The first issue for me was that I had to adjust your paths in CompilerHelper.cs - it would be good if there would be relative to the repository. Then I tried to execute some of the tests but they failed again - System.Globalization.Calender was not found what I couldn't believe (In the past I had a lot of issues with "finding code"). But then I checked the CoreLib directory - and it was really not there - but I found it in mscorlib dir. So my question is: Where you got the CSharp source code for the CoreLib and mscorlib - which version? What is your preferred lib (CoreLib or mscorelib)?
How many MS-tests are successfull?
Can we help you?
Greetings,
Bernd
The text was updated successfully, but these errors were encountered: