-
Notifications
You must be signed in to change notification settings - Fork 21
Csharp support #45
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
Csharp support #45
Conversation
…new project structure - add support for C++/CLI code generation - update documentation - update integration tests to include testing for C++/CLI
…nce to C# support
* add --cppcli-include-cpp-prefix parameter * apply some IntelliJ IDEA Code Analysis warnings * improve "generated code usage" documentation * fix autogenerated header file header
…dows. This is helpful as CMake (which is eventually the tool that will process the file) cannot handle Windows paths.
… into csharp_support
wow ! |
C++/CLI is not supported outside of Windows. I am running this in a Windows VM on my Mac. |
Super cool seeing new languages getting added to Djinni. C# is of special interest to me because it means we'll be able to use this repository on our product at work (which will probably lead to more improvements being submitted back). So thank you very much for this one @jothepro! |
Ok I added the last missing details in the documentation. I am ready for your final review 👍 |
Awesome! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
Migrated C# support migrated from iit-reacts.
I have already migrated the support-lib and successfully executed the test-suite as well, a PR for that will come soon.
This PR is still WIP, because the documentation is not yet complete.I don't expect bigger code changes any more. I am looking forward to your feedback!