A generic background job logging library with SQL Server integration and optional idempotency.
Info
Version: | 1.0.1 |
Author(s): | Adam O'Neil |
Last Update: | Friday, April 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/adamosoftware/WorkTracker |
NuGet Url: | https://www.nuget.org/packages/AO.JobTracker |
Install
Install-Package AO.JobTracker
dotnet add package AO.JobTracker
paket add AO.JobTracker
AO.JobTracker Download (Unzip the "nupkg" after downloading)
Dependencies
- AO.ModelSync.Library(>= 2.0.9)
- Dapper.CX.SqlServer(>= 1.0.27)
- System.ComponentModel.Annotations(>= 4.7.0)