Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore
1.0.0-alpha6
This is a prerelease version of Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore.
dotnet add package Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore --version 1.0.0-alpha6
NuGet\Install-Package Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore -Version 1.0.0-alpha6
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-alpha6" />
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-alpha6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore, 1.0.0-alpha6"
#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-alpha6&prerelease // Install Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore as a Cake Tool #tool nuget:?package=Tolitech.CleanArchitecture.Infrastructure.Messaging.EntityFrameworkCore&version=1.0.0-alpha6&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.EntityFrameworkCore (>= 8.0.6)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.6)
- Tolitech.CleanArchitecture.Infrastructure.Messaging (>= 1.0.0-alpha09)
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-alpha6 | 45 | 9/18/2024 |
1.0.0-alpha5 | 80 | 8/22/2024 |
1.0.0-alpha4 | 63 | 6/7/2024 |
1.0.0-alpha3 | 62 | 6/6/2024 |
1.0.0-alpha2 | 62 | 6/5/2024 |
1.0.0-alpha1 | 56 | 6/5/2024 |