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

Fix interception for private protected methods #556

Merged
merged 3 commits into from Jan 19, 2021

Conversation

stakx
Copy link
Member

@stakx stakx commented Jan 6, 2021

Fixes #535.

(I've checked all code locations mentioning either IsFamilyOrAssembly or FamORAssem. The one being changed here was the only place where there wasn't already an accompanying check for IsFamilyAndAssembly or FamANDAssem.)

@stakx stakx added this to the v5.0.0 milestone Jan 6, 2021
@stakx stakx requested a review from jonorossi January 6, 2021 11:30
@stakx stakx merged commit 0075029 into castleproject:master Jan 19, 2021
@stakx stakx deleted the private-protected-methods branch January 19, 2021 16:51
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.

Private protected methods are not intercepted
2 participants