-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Support function pointer types in System.Reflection.Emit
#119935
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
2ceb67e
Support basic function pointer types in MetadataSignatureHelper
jgh07 34b17f9
Support unmanaged calling conventions and custom modifiers on functio…
jgh07 1df4ed5
Merge branch 'main' into issue-111003
jgh07 3c6a62e
Fix small copy-paste error
jgh07 3b8c5a5
Merge branch 'issue-111003' of https://github.com/jgh07/runtime into …
jgh07 1968af0
Add unit tests regarding function pointer types
jgh07 3d9357c
Match calling conventions based on type name
jgh07 07adab0
Add test consuming function pointer field from other assembly
jgh07 0b61dda
Remove unnecessary usings
jgh07 b322aa8
Remove another redundant using reference
jgh07 6d7dbee
Load assemblies with TestAssemblyLoadContext
jgh07 848b86b
Test references to fields defined in C#
jkotas ccc4274
Correctly encode "default" unmanaged calling convention
jgh07 a426885
Filter out managed function pointers in calling convention matching
jgh07 4fee63a
Use correct managed calling convention in test
jgh07 fe120b7
Remove broken field references from test
jgh07 3a53ab6
Use correct EmitCalli overload
jgh07 9cee062
Reference new issue in comment
jgh07 6014665
Fix bug regarding double application of modopts
jgh07 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.