sdk-csharp icon indicating copy to clipboard operation
sdk-csharp copied to clipboard

CSharp SDK for CloudEvents

Results 41 sdk-csharp issues
Sort by recently updated
recently updated
newest added

`CloudEvent.GetPopulatedAttributes()` returns an `IEnumerable` which is actually a bit odd. You'd think it would be usable as a dictionary, but I'm guessing there might be a cause where the same...

As per comment on [cloudevent/spec #715](https://github.com/cloudevents/spec/pull/751#issuecomment-960889599), distributed tracing extension should be kept in the spec. Please revert PR #155

enhancement

In order to support deletes for compacted topics, this PR allows empty / null payloads to be sent when using the Kafka extension. The previous requirement that the payload is...

Our CI build is failing at the moment. We need to work out why.

(Still draft - making public for test comparisons)

Has anyone used Swagger (eg [Swashbuckle](https://www.nuget.org/packages/swashbuckle.aspnetcore/)) to document an API that exposes a CloudEvent (eg adding Swagger to this [sample](https://github.com/cloudevents/sdk-csharp/tree/master/samples/CloudNative.CloudEvents.AspNetCoreSample))? I'm seeing a bunch of clr types being added to...

question

All event formatters are expected to handle strings and byte arrays. We should make it really easy for them to do so via common code, e.g. protected methods in `CloudEventFormatter`.

We've updated the dependency, so we should be able to do that now.

enhancement

I don't know that this could be considered as an issue or not, but I want to ask/suggest it anyway. We are trying to use cloud events on OpenShift platform....

Potentially: - CloudEvent.CopyToHttpRequestMessage - CloudEvent.CopyToHttpResponseMessage - HttpContent.ToCloudEvent (may not be terribly useful) - HttpWebResponse.ToCloudEvent - CloudEvent.CopyToHttpResponse (ASP.NET Core) We should look at what the current code for each of those...

enhancement