4.3 KiB
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.
Informations
Important
For Github users:
This is only mirror repository. All changes are first uploaded to the repository here. Releases are also published on original repository. However, Github repository handles issues and pull requests for better accessibility.
NuGet registry status
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.