cloudevents / cloudevents/sdk-csharp

Provide format-specific "container" conversions

Open
#231 0 comments 1 reaction 1 assignee View on GitHub

@jskeet is already working on this.

Since Aug 17, 2022.

enhancement
Dominant language
C#
Stars
334
Forks
88
Avg merge
7m
Merged PRs (30d)
2

Description

(From #230)

Various formats (certainly JSON, XML and Protobuf) have a natural container format (e.g. JObject/JsonElement, XElement, the CloudEvent message) and it can be useful to expose conversions for those containers rather than require serialization to/from opaque binary data.

We should:

  • Implement this for the JSON formatters (it's already present in Protobuf)
  • Document a pattern
  • Implement it in the XML formatter if it's not already

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.