OpinionatedEventing.CloudEvents 1.0.0

dotnet add package OpinionatedEventing.CloudEvents --version 1.0.0
                    
NuGet\Install-Package OpinionatedEventing.CloudEvents -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpinionatedEventing.CloudEvents" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpinionatedEventing.CloudEvents" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="OpinionatedEventing.CloudEvents" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OpinionatedEventing.CloudEvents --version 1.0.0
                    
#r "nuget: OpinionatedEventing.CloudEvents, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OpinionatedEventing.CloudEvents@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OpinionatedEventing.CloudEvents&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=OpinionatedEventing.CloudEvents&version=1.0.0
                    
Install as a Cake Tool

OpinionatedEventing.CloudEvents

Core CloudEvents 1.0 structured-envelope mapping for OpinionatedEventing. Maps OutboxMessage to and from the CloudEvents JSON envelope with no broker dependency.

This package on its own does nothing — pair it with a transport-specific package:

  • OpinionatedEventing.CloudEvents.AzureServiceBus
  • OpinionatedEventing.CloudEvents.RabbitMQ

Attribute mapping

Only events are wrapped; commands remain in the broker-native format.

CloudEvents Source
id OutboxMessage.Id
type OutboxMessage.MessageType, or CloudEventsOptions.TypeFormatter(message) if configured
source CloudEventsOptions.Source
specversion "1.0"
datacontenttype "application/json"
time OutboxMessage.CreatedAt
data OutboxMessage.Payload (raw JSON)
correlationid (extension) OutboxMessage.CorrelationId
causationid (extension) OutboxMessage.CausationId (omitted if null)

Content mode: structured (application/cloudevents+json). Binary content mode is out of scope.

Repository

github.com/SierraNL/OpinionatedEventing

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on OpinionatedEventing.CloudEvents:

Package Downloads
OpinionatedEventing.CloudEvents.AzureServiceBus

CloudEvents 1.0 structured envelope for the Azure Service Bus transport. Opt in per transport via UseCloudEventsEnvelope() to interoperate with systems like Azure Event Grid, Dapr, or Knative. Commands remain in the broker-native format; only events are wrapped.

OpinionatedEventing.CloudEvents.RabbitMQ

CloudEvents 1.0 structured envelope for the RabbitMQ transport. Opt in per transport via UseCloudEventsEnvelope() to interoperate with systems like Azure Event Grid, Dapr, or Knative. Commands remain in the broker-native format; only events are wrapped.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 124 7/19/2026