sdk-csharp/docs
Jon Skeet d0286596ee Release 2.6.0
Changes since 2.5.1:

- Dependencies: system-level dependencies updated
- The NuGet package now uses PackageLicenseExpression (but still
  includes the licence file as well).
  Fixes ([#252](https://github.com/cloudevents/sdk-csharp/issues/252)).
- Regenerated protobuf schema using the original filename of
  cloudevents.proto instead of ProtoSchema.proto. An additional
  ProtoSchemaReflection class has been added purely for compatibility.
  Fixes ([#256](https://github.com/cloudevents/sdk-csharp/issues/256)).

Signed-off-by: Jon Skeet <jonskeet@google.com>
2023-03-07 11:16:04 +00:00
..
README.md Adjust documented processes based on expectations of releases. 2021-07-10 07:03:22 +01:00
bindings.md docs: Fix spec references in docs 2022-05-31 18:25:41 +01:00
changes-since-1x.md Remove distributed tracing extension attributes 2021-06-03 18:17:19 +01:00
formatters.md docs: Fix spec references in docs 2022-05-31 18:25:41 +01:00
guide.md fix markup link 2022-10-19 20:33:45 +01:00
history.md Release 2.6.0 2023-03-07 11:16:04 +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.