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

TestPackage no longer serializable under .NET Framework #19

Closed
CharliePoole opened this issue Nov 12, 2023 · 2 comments
Closed

TestPackage no longer serializable under .NET Framework #19

CharliePoole opened this issue Nov 12, 2023 · 2 comments
Assignees
Labels
Bug Something isn't working as expected.
Milestone

Comments

@CharliePoole
Copy link
Contributor

Changes made to support serializing TestPackage under .NET Core removed the SerializableAttribute from the class. This breaks serialization under .NET Framework, where we use remoting.

@CharliePoole CharliePoole added the Bug Something isn't working as expected. label Nov 12, 2023
@CharliePoole CharliePoole added this to the 2.0.0-beta4 milestone Nov 12, 2023
@CharliePoole CharliePoole self-assigned this Nov 12, 2023
@CharliePoole
Copy link
Contributor Author

Fixed in PR #18

@CharliePoole
Copy link
Contributor Author

🎉 This issue has been resolved in version 2.0.0-beta4 🎉

The release is available on:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as expected.
Projects
None yet
Development

No branches or pull requests

1 participant