Skip to content

fix TypeAccessor not including inherited members (#93)#172

Open
andreasblueher wants to merge 1 commit intoDapperLib:mainfrom
andreasblueher:issue93
Open

fix TypeAccessor not including inherited members (#93)#172
andreasblueher wants to merge 1 commit intoDapperLib:mainfrom
andreasblueher:issue93

Conversation

@andreasblueher
Copy link

Hey @mgravell,

for this issue you had already released a first patch, which didn't cover the following scenario:

TypeAccessorInterceptorGenerator.ConstructTypeMembers used a single typeSymbol.GetMembers() call without walking the type hierarchy. Now walks BaseType like Inspection.GetMembers already does.

#93

TypeAccessorInterceptorGenerator.ConstructTypeMembers used a single
typeSymbol.GetMembers() call without walking the type hierarchy.
Now walks BaseType like Inspection.GetMembers already does.
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.

1 participant