Cargoflash.RevenueForge.Shared.Integration 1.0.8

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

Cargoflash.RevenueForge.Shared.Integration

Reusable ABP Distributed Event Bus helpers and shared integration event contracts for Cargoflash RevenueForge microservices — published as a single NuGet package.

What's in this package

  • AddEntityEventMapping<TEntity, TEto>() — a one-line replacement for the repeated options.AutoEventSelectors.Add<T>() + options.EtoMappings.Add<T, TEto>() boilerplate.
  • RevenueForgeEntitySynchronizer<TEntity, TKey, TEto> — an EntitySynchronizer base class with optional before/after create/update/delete hooks (all no-ops by default).
  • IntegrationEventContext / IIntegrationEventContextFactory / DefaultIntegrationEventContextFactory — metadata (tenant, correlation id, source service, UTC clock) for a new outgoing custom event. The factory never publishes anything itself.
  • IIntegrationEventMapper<TSource, TDestination> — optional manual-mapping interface.
  • IIntegrationEvent, IVersionedIntegrationEvent, IEntityIntegrationEvent<TKey> — marker abstractions.
  • IntegrationEventBase — base class for standalone custom integration events.
  • EntityIntegrationEtoBase<TKey> — base class for entity ETOs, compatible with ABP's automatic distributed entity events (EntityCreatedEto<T>/EntityUpdatedEto<T>/EntityDeletedEto<T>) and EntitySynchronizer<TEntity, TKey, TEto>.
  • LookupSuggestionEto / LookupSuggestionEventNames — the first shared entity contract.
  • IntegrationEventVersion, IntegrationEventMetadata — versioning constants and a metadata snapshot.
  • RevenueForgeIntegrationEventNames, RevenueForgeIntegrationConsts — naming convention and documented max-lengths.

What's deliberately NOT in this package

No Volo.Abp.EventBus.RabbitMQ, no Azure Service Bus provider, no EF Core, no ASP.NET Core, no connection strings/queue/exchange names, no domain entities or repositories from any microservice — those belong in each microservice host's own configuration.

Install

dotnet add package Cargoflash.RevenueForge.Shared.Integration

Quick example

Configure<AbpDistributedEntityEventOptions>(options =>
{
    options.AddEntityEventMapping<LookupSuggestion, LookupSuggestionEto>();
});

See the solution-level README.md for the full architecture, subscriber examples, multi-tenancy guidance, and RabbitMQ/Azure Service Bus configuration examples.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.8 78 9/11/2026
1.0.7 97 9/9/2026
1.0.6 96 8/21/2026
1.0.5 108 8/14/2026
1.0.4 104 8/10/2026
1.0.3 119 8/4/2026
1.0.2 126 7/29/2026
1.0.1 125 7/24/2026
1.0.0 104 7/24/2026