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

Serialized messages contains BackingField with duplicated data #47

Closed
denis-tsv opened this issue Mar 11, 2020 · 1 comment
Closed

Serialized messages contains BackingField with duplicated data #47

denis-tsv opened this issue Mar 11, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@denis-tsv
Copy link

denis-tsv commented Mar 11, 2020

PROPERTY_k__BackingField values can be removed, they contains duplicated data

Serialized message example
{
"MeetingGroupProposalId": "674e153e-a1bf-40ce-aa2e-139bf37cd39a",
"Name": "test",
"Description": "test",
"LocationCity": "test",
"LocationCountryCode": "tst",
"ProposalUserId": "4065630e-4a4c-4f01-9142-0bacf6b8c64d",
"ProposalDate": "2020-03-11T01:08:06.1942544Z",
"Id": "d2757a04-e929-4ccf-a23b-360abe1f5b93",
"OccurredOn": "2020-03-11T01:08:15.1182219Z",
"<MeetingGroupProposalId>k__BackingField": "674e153e-a1bf-40ce-aa2e-139bf37cd39a",
"<Name>k__BackingField": "test",
"<Description>k__BackingField": "test",
"<LocationCity>k__BackingField": "test",
"<LocationCountryCode>k__BackingField": "tst",
"<ProposalUserId>k__BackingField": "4065630e-4a4c-4f01-9142-0bacf6b8c64d",
"<ProposalDate>k__BackingField": "2020-03-11T01:08:06.1942544Z"
}

@kgrzybek
Copy link
Owner

kgrzybek commented May 3, 2020

Resolved, thanks for the issue!

@kgrzybek kgrzybek closed this as completed May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants