TimetableDesigner

TimetableDesigner.Backend.Events.OutboxPattern (1.1.4)

Published 2026-02-26 16:25:36 +01:00 by MateuszSkoczek in TimetableDesigner/TimetableDesigner.Backend.Events.OutboxPattern

Installation

dotnet nuget add source --name TimetableDesigner --username your_username --password your_token 
dotnet add package --source TimetableDesigner --version 1.1.4 TimetableDesigner.Backend.Events.OutboxPattern

About this package

Advanced school timetable editor, allows you to easily create and manage school timetable - package that support communication between microservices in the project using message queues (outbox pattern implementation helpers)

TimetableDesigner.Backend.Events.OutboxPattern

Advanced school timetable editor, allows you to easily create and manage school timetable.

TimetableDesigner.Backend.Events is collection of NuGet packages (and NuGet package itself) that support communication between microservices in the TimetableDesigner project using message queues. This NuGet package contains helper classes used to implement outbox pattern.


NuGet registry status

Subpackage Status
TimetableDesigner.Backend.Events.OutboxPattern NuGet version (TimetableDesigner.Backend.Events.OutboxPattern)
TimetableDesigner.Backend.Events NuGet version (TimetableDesigner.Backend.Events)
TimetableDesigner.Backend.Events.Extensions.AspNetCore.OpenApi NuGet version (TimetableDesigner.Backend.Events.Extensions.AspNetCore.OpenApi)
TimetableDesigner.Backend.Events.Providers.RabbitMQ NuGet version (TimetableDesigner.Backend.Events.Providers.RabbitMQ)

Installation and usage

You can download package from organization package registry or .nupkg file itself from Releases tab.

To download package from organization package registry, you have to add new NuGet package source. You will need access details, which you can obtain by contacting the repository owner.

CLI:

dotnet nuget add source --name TimetableDesigner --username <username> --password <password> https://repos.mateuszskoczek.com/api/packages/TimetableDesigner/nuget/index.json
dotnet add package --source TimetableDesigner TimetableDesigner.Backend.Events.OutboxPattern

Package reference in .csproj file:

<PackageReference Include="TimetableDesigner.Backend.Events.OutboxPattern" Version="<version>" />

Attribution and contribution

This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license here.

However, the preferred way to contribute would be to propose improvements in a pull request, through issues, or through other means of communication.

Dependencies

ID Version Target Framework
Microsoft.EntityFrameworkCore 10.0.2 net10.0
Microsoft.Extensions.Hosting 10.0.2 net10.0
TimetableDesigner.Backend.Events 1.1.7 net10.0