sdk-csharp/docs
Jon Skeet 409982e9e9 Release 2.2.0 (with Protobuf 2.0.0-beta.1)
Changes in this release:

- Bug fix: the "source" attribute is now validated to be non-empty
- Bug fix: the JSON event formatters comply with the clarified JSON event format spec
- Dependency: Apache.Avro dependency updated to 1.11.0
- Feature: New package CloudNative.CloudEvents.Protobuf, released as 2.0.0-beta.1

Signed-off-by: Jon Skeet <jonskeet@google.com>
2022-02-02 07:26:07 +00:00
..
README.md Adjust documented processes based on expectations of releases. 2021-07-10 07:03:22 +01:00
bindings.md Implement HTTP batch mode for HttpClient/HttpContent 2021-04-15 06:59:43 +01:00
changes-since-1x.md Remove distributed tracing extension attributes 2021-06-03 18:17:19 +01:00
formatters.md Additional documentation for more CloudEventFormatter 2021-05-11 20:41:10 +01:00
guide.md docs: Update one sample to show a relative URI for Source 2021-08-06 11:04:18 +01:00
history.md Release 2.2.0 (with Protobuf 2.0.0-beta.1) 2022-02-02 07:26:07 +00:00

README.md

SDK documentation

Note: all of this documentation is specific to versions 2.0-beta.2 and onwards

This directory contains documentation on:

Implementation utility classes

The CloudNative.CloudEvents.Core namespace contains utility classes which are generally helpful when implementing protocol bindings or event formatters but are not expected to be used by code which only creates or consumes CloudEvents.

The classes in this namespace are static classes, but the methods are deliberately not extension methods. This avoids the methods from being suggested to non-implementation code.