sdk-csharp
sdk-csharp copied to clipboard
CSharp SDK for CloudEvents
Create extension methods to convert between CloudEvent and [PubsubMessage](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.PubSub.V1/latest/Google.Cloud.PubSub.V1.PubsubMessage)
Right now we are getting warnings, like: ``` /home/user/.nuget/packages/cloudnative.cloudevents.systemtextjson/2.7.1/lib/netstandard2.1/CloudNative.CloudEvents.SystemTextJson.dll : warning IL2104: Assembly 'CloudNative.CloudEvents.SystemTextJson' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries [/app/consumer.csproj] /home/user/.nuget/packages/cloudnative.cloudevents.systemtextjson/2.7.1/lib/netstandard2.1/CloudNative.CloudEvents.SystemTextJson.dll : warning IL3053: Assembly 'CloudNative.CloudEvents.SystemTextJson' produced...
As raised in #269, we would like to take a breaking change in the MQTT package in terms of updating to a new major version. Things like this are going...
The dependency for MQTTnet is now at version 4.3.1.873, which includes some breaking changes (or at least some binary incompatibilities). Attempting a project like so: ```csproj net6.0 enable enable ```...
This is hard to do efficiently at the moment.
Related to fix #145 I am trying to update my cloud Events sdk to the newest version with the fix included but I can't make the validation work anymore. Is...
Hello, Unfortunately I haven't found any example related to sending CloudEvents to NATS (there is only one example how to send HTTP message). I also can't find any CloudNative.CloudEvents.NATS Nuget...
### Summary I wish for the base nuget package to have a more informative readme. ### Details The base nuget package should be using the same readme as the repo...
Makes the readme of the base package alot more informative. closes #290
This change optimizes the binary mode formatter when UTF8 is chosen, and allows the memory stream implementation to be overridden (e.g. RecyclableMemoryStream)