DataceenEvent 1.0.24
dotnet add package DataceenEvent --version 1.0.24
NuGet\Install-Package DataceenEvent -Version 1.0.24
<PackageReference Include="DataceenEvent" Version="1.0.24" />
<PackageVersion Include="DataceenEvent" Version="1.0.24" />
<PackageReference Include="DataceenEvent" />
paket add DataceenEvent --version 1.0.24
#r "nuget: DataceenEvent, 1.0.24"
#:package DataceenEvent@1.0.24
#addin nuget:?package=DataceenEvent&version=1.0.24
#tool nuget:?package=DataceenEvent&version=1.0.24
DataceenEvent
DataceenEvent is a NuGet package that contains shared Dataceen event model types for .NET applications.
Overview
Use this package when you need a common event contract between Dataceen services, clients, and event-driven integrations. It is intended for scenarios where event payloads must be serialized, transported, and consumed consistently across solutions.
Features
- Shared Dataceen event model types
- Reusable contracts for event-based integrations
- Suitable for services that publish or consume Dataceen event messages
- Targets modern .NET applications
Installation
Install from NuGet:
Install-Package DataceenEvent
Or with the .NET CLI:
dotnet add package DataceenEvent
Usage
Reference the package from projects that need to work with Dataceen event payloads.
using DataceenEvent.Model;
// Example: create or consume a shared Dataceen event model
Typical scenarios
- EventStore integrations
- Message broker consumers and publishers
- Shared contracts between Dataceen microservices
- Domain event processing pipelines
License
See license.txt for license information.
| Product | Versions 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 was computed. 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. |
-
net8.0
- Google.Protobuf (>= 3.27.0)
- Grpc.Net.Client (>= 2.67.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DataceenEvent:
| Package | Downloads |
|---|---|
|
DataceenClient
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.