Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Change to Dictionary<string, JsonElement> for DCR extension data #540

Merged
merged 2 commits into from
Dec 23, 2023

Conversation

josephdecock
Copy link
Contributor

This changes the DCR model to use Dictionary<string, JsonElement> as the type of its extension data.

The existing Dictionary<string, object> can't be serialized with source generated serialization.

Shows that we don't serialize extension data in a DCR request correctly
This fixes serialization issues related to source generated json serialization
@leastprivilege leastprivilege merged commit a063599 into main Dec 23, 2023
@leastprivilege leastprivilege deleted the joe/json-serialization-extensions branch December 23, 2023 11:18
@leastprivilege
Copy link
Contributor

thanks!

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.

2 participants