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

Check IsSpecialName for properties & indexers #718

Merged
merged 1 commit into from
Nov 4, 2018

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Nov 4, 2018

This is a follow-up to #712 and #713, where we added tests documenting F# and COM events not being marked with the IL specialname flag.

But as it turns out, F# and COM properties and indexers are marked as specialname, which we document here using unit tests. Finally, we bring back checks for method.IsSpecialName for property & indexer accessor method recognition.

@stakx stakx force-pushed the properties-isspecialname branch 2 times, most recently from 052693c to 29cfd9a Compare November 4, 2018 21:18
@stakx stakx changed the title Reintroduce IsSpecialName check for properties Check IsSpecialName for properties & indexers Nov 4, 2018
This is a follow-up to devlooped#712 and devlooped#713, where we added tests documenting
F# and COM events not being marked with the IL `specialname` flag. But
as it turns out, F# and COM *properties and indexer* accessor methods
are marked as `specialname`, which we document here using unit tests.
Finally, we bring back checks for `method.IsSpecialName` for property
and indexer accessor method recognition.
@stakx stakx merged commit e95d955 into devlooped:master Nov 4, 2018
@stakx stakx deleted the properties-isspecialname branch November 4, 2018 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant