cloudevents / cloudevents/sdk-csharp
Provide format-specific "container" conversions
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.