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

(fix, csharp): map<string, unknown> values are nullable #4153

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

amckinney
Copy link
Contributor

This adds special handling for the map<string, unknown> type so that we support null values in arbitrary metadata which is frequently typed as Dictionary<string, object?>. This is particularly useful for patch semantics, which require removing some piece of information entirely, i.e.

{
  "name": "example",
  "tags": null
}

A couple other lightweight changes are planned for the upcoming minor release, so this includes the release notes in an Unreleased section.

@amckinney amckinney requested a review from dsinghvi as a code owner July 30, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants