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

MissingMember exception, on runtime. #18

Open
Uptixs opened this issue Feb 12, 2021 · 0 comments
Open

MissingMember exception, on runtime. #18

Uptixs opened this issue Feb 12, 2021 · 0 comments

Comments

@Uptixs
Copy link

Uptixs commented Feb 12, 2021

I have a class, with a instance field of type IList, I set that property from inside the constructor using the "public static IList Properties(this Type type, params string[] names);" method from PropertyExtensions.cs in fasterflect. When I create some instances of my class, and put them into a List, I then get a missing member exception from fasterflect when I call fasterflects deepclone extension method on the list. For some reason, if I populate a HashSet with the same instances of my class, and deepclone the hashset I do not get the exception.

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

No branches or pull requests

1 participant