mgravell / fast-member

Automatically exported from code.google.com/p/fast-member
Apache License 2.0
1.02k stars 137 forks source link

When Mixed Access Test doesn't have private set property it fail #87

Open erwan-joly opened 4 years ago

erwan-joly commented 4 years ago

Same tests is failing if MixedAccess is not having public int Foo { get; private set; } image image

Seems like for some reasons https://github.com/mgravell/fast-member/pull/86 + https://github.com/mgravell/fast-member/pull/85 are solving this issue