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

Drop fake serialization support in 5.0.0 #1500

Closed
blairconrad opened this issue Nov 20, 2018 · 2 comments
Closed

Drop fake serialization support in 5.0.0 #1500

blairconrad opened this issue Nov 20, 2018 · 2 comments

Comments

@blairconrad
Copy link
Member

#1499 revealed that we cannot serialize fakes once they've been configured.
Also, if any call has been made to them and we serialize and deserialize the fake, the previously-made calls are lost. (Also note that some calls, such as a property set or get, implicitly configure the fake, so even that last statement is optimistic.)

I don't think there's any value in making the fakes binary serializable and can't imagine that anyone's using the ability in any meaningful way.

@thomaslevesque
Copy link
Member

👍

@thomaslevesque
Copy link
Member

This change has been released in FakeItEasy 5.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants