Skip to content
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

Initial implementation of LibraryImport (.NET 7) #114

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

FirehawkV21
Copy link
Contributor

This is an implementation of .NET 7's LibraryImport Source Generator. Similar to CsWin32, it creates P/Invoke calls in a performant manner. Not all DllImport calls were converted to the new one, since the source generator couldn't do much with these. It could be combined with #84 to fix this and provide similar improvements to older frameworks.

@CLAassistant
Copy link

CLAassistant commented Sep 15, 2022

CLA assistant check
All committers have signed the CLA.

@FirehawkV21 FirehawkV21 marked this pull request as ready for review September 16, 2022 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants