SeliseBlocks.Genesis.Framework.Esb.Contracts 10.0.0.3

dotnet add package SeliseBlocks.Genesis.Framework.Esb.Contracts --version 10.0.0.3
                    
NuGet\Install-Package SeliseBlocks.Genesis.Framework.Esb.Contracts -Version 10.0.0.3
                    
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="SeliseBlocks.Genesis.Framework.Esb.Contracts" Version="10.0.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SeliseBlocks.Genesis.Framework.Esb.Contracts" Version="10.0.0.3" />
                    
Directory.Packages.props
<PackageReference Include="SeliseBlocks.Genesis.Framework.Esb.Contracts" />
                    
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 SeliseBlocks.Genesis.Framework.Esb.Contracts --version 10.0.0.3
                    
#r "nuget: SeliseBlocks.Genesis.Framework.Esb.Contracts, 10.0.0.3"
                    
#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 SeliseBlocks.Genesis.Framework.Esb.Contracts@10.0.0.3
                    
#: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=SeliseBlocks.Genesis.Framework.Esb.Contracts&version=10.0.0.3
                    
Install as a Cake Addin
#tool nuget:?package=SeliseBlocks.Genesis.Framework.Esb.Contracts&version=10.0.0.3
                    
Install as a Cake Tool

SeliseBlocks.Genesis.Framework.Esb.Contracts

Enterprise Service Bus (ESB) message contracts for the Genesis framework.

Project Name & Purpose

SeliseBlocks.Genesis.Framework.Esb.Contracts defines the message contracts (commands, events, and schemas) used for communication via the Enterprise Service Bus in the Genesis platform. It provides the shared message types that producers and consumers agree upon, enabling loosely-coupled, event-driven architecture across platform services.

Tech Stack

  • .NET 10.0 (net10.0)
  • No external NuGet dependencies (pure contract definitions)

Dependencies

Internal Project References

Project Version Purpose
SeliseBlocks.Genesis.Framework 10.0.0.1 Core framework

NuGet Packages

None

Structure

(no subdirectories - flat structure)

Key Contracts

Message Base

  • BlocksMessage - Base class for all ESB messages with common metadata
  • BlocksCommand - Base class for command messages (request/response)
  • BlocksEvent - Base class for event messages (publish/subscribe)
  • GenericEvent - Generic event wrapper for dynamic events

Authentication

  • AuthData - Authentication data carried in messages
  • SecurityModes - Security mode enumerations for message security

Bus Interface

  • IBlocksBus - Interface for the message bus

Message Patterns

Commands (Request/Response)

Commands are sent to a specific endpoint and expect a response:

  • BlocksCommand<T> - Generic command with payload
  • Fire-and-forget with correlation ID for tracking

Events (Publish/Subscribe)

Events are published to topics and consumed by multiple subscribers:

  • BlocksEvent<T> - Generic event with payload
  • Decoupled communication between services

Notes

This is a contracts-only library with no implementation. All message types are defined here and referenced by both producers (who send commands/publish events) and consumers (who receive and process them).

Product Compatible and additional computed target framework versions.
.NET 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 (4)

Showing the top 4 NuGet packages that depend on SeliseBlocks.Genesis.Framework.Esb.Contracts:

Package Downloads
SeliseBlocks.MailService.Driver

Mail Service

SeliseBlocks.Genesis.Framework.Esb.Producer

Framework Esb Producer

SeliseBlocks.Genesis.Framework.Domain

Framework Domain

SeliseBlocks.TemplateEngine.Events

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0.3 1,864 8/16/2026
10.0.0.2 97 8/16/2026
10.0.0.1 93 8/16/2026
8.0.1.8 519 7/8/2026
8.0.1.7 163 7/7/2026
8.0.1.6 157 6/30/2026
8.0.1.5 188 4/22/2026
8.0.1.1 825 9/3/2025
8.0.0.6 353 8/7/2025
8.0.0.5 1,763 2/5/2025
8.0.0.5-Creolytix 3,845 8/14/2025
8.0.0.3 762 1/20/2025
8.0.0.2 443 1/16/2025
8.0.0.1 309 1/6/2025
6.0.3.2 2,871 9/9/2025
6.0.3.2-rc1 204 9/13/2025
6.0.3.1 1,117 9/3/2025
6.0.1.3 1,622 10/14/2024
6.0.1.2 134,280 4/18/2024
6.0.1.1 362 4/17/2024
Loading failed