Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore 1.0.0-alpha4

This is a prerelease version of Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore.
dotnet add package Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore --version 1.0.0-alpha4
NuGet\Install-Package Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore -Version 1.0.0-alpha4
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="Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore" Version="1.0.0-alpha4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore --version 1.0.0-alpha4
#r "nuget: Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore, 1.0.0-alpha4"
#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.
// Install Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore as a Cake Addin
#addin nuget:?package=Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore&version=1.0.0-alpha4&prerelease

// Install Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore as a Cake Tool
#tool nuget:?package=Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore&version=1.0.0-alpha4&prerelease

Messaging Infrastructure with Outbox Pattern using Entity Framework Core

This repository contains the infrastructure components for messaging within a clean architecture framework. It focuses on the Outbox pattern implementation using Entity Framework Core, including configurations and comprehensive unit tests.

The project ensures reliable and consistent message handling by storing messages in an Outbox table and processing them in a transactional manner.

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. 
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.0-alpha4 41 6/7/2024
1.0.0-alpha3 48 6/6/2024
1.0.0-alpha2 45 6/5/2024
1.0.0-alpha1 42 6/5/2024