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

Add Collection<T> serialization codec #8238

Merged
merged 1 commit into from
Dec 21, 2022

Conversation

ReubenBond
Copy link
Member

@ReubenBond ReubenBond commented Dec 20, 2022

Fixes #8237 by adding a codec for System.Collections.ObjectModel.Collection<T>

Microsoft Reviewers: Open in CodeFlow

@ReubenBond ReubenBond merged commit eda972a into dotnet:main Dec 21, 2022
@ReubenBond ReubenBond deleted the fix/serialization-collection branch December 21, 2022 17:13
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I am getting an error when persisting a state property of type ICollection<T>/Collection<T>.
1 participant