Laters.Data.Marten 1.0.0-preview1

This is a prerelease version of Laters.Data.Marten.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Laters.Data.Marten --version 1.0.0-preview1
                    
NuGet\Install-Package Laters.Data.Marten -Version 1.0.0-preview1
                    
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="Laters.Data.Marten" Version="1.0.0-preview1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Laters.Data.Marten" Version="1.0.0-preview1" />
                    
Directory.Packages.props
<PackageReference Include="Laters.Data.Marten" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Laters.Data.Marten --version 1.0.0-preview1
                    
#r "nuget: Laters.Data.Marten, 1.0.0-preview1"
                    
#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.
#:package Laters.Data.Marten@1.0.0-preview1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Laters.Data.Marten&version=1.0.0-preview1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Laters.Data.Marten&version=1.0.0-preview1&prerelease
                    
Install as a Cake Tool

laters - PREVIEW

Need to delay a task for later?

Try laters, its a simple library for delaying tasks and re-occouring tasks..

Scheduling types

  • fire and forget - fire a task to be run in the background, only once execution
  • delayed - delay a task for a set time, only once execution
  • Recurring - have a task execute many times on a cron timer

Features

  • Persistance - PostgreSql with Marten out of the box, and you can easily hand role your own
  • Transactions - and all or nothing support based off your persistance frameworks features
  • Distributed - you can have many workers to process tasks at scale (we make use of your existing loadbalancing)
  • Extensible - you can intercept processing of tasks and apply extra logic or cancle the task
  • Transparent - use of opentelemetry out of the box
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
2.0.2-dependabot-npm--0001 146 4/30/2025
2.0.2-dbones-issue29-0003 97 4/19/2025
2.0.1 143 10/27/2024
1.2.4-invert-filter0002 95 10/27/2024
1.2.4-invert-filter0001 105 10/27/2024
1.2.3 122 10/24/2024
1.2.3-default-port-num0003 97 10/23/2024
1.2.3-default-port-num0002 104 10/23/2024
1.2.3-default-port-num0001 94 10/23/2024
1.2.2 141 10/20/2024
1.2.1-dependabot-npm--0001 114 9/17/2024
1.0.6 151 8/14/2024
1.0.6-dbones-issue11-0002 138 8/13/2024
1.0.5 143 5/10/2024
1.0.4 146 5/10/2024
1.0.4-dependabot-nuge-0001 118 5/10/2024
1.0.3 137 5/10/2024
1.0.3-otel0012 121 5/10/2024
1.0.3-otel0011 131 4/15/2024
1.0.3-otel0008 126 4/1/2024
1.0.3-otel0007 133 3/28/2024
1.0.3-otel0005 132 3/27/2024
1.0.3-otel0004 120 3/27/2024
1.0.3-dependabot-nuge-0001 115 4/12/2024
1.0.3-dependabot-npm--0001 124 4/3/2024
1.0.2 162 3/23/2024
1.0.2-ef-txn0007 117 3/23/2024
1.0.2-ef-txn0006 119 3/23/2024
1.0.2-ef-txn0005 117 3/23/2024
1.0.2-ef-txn0002 111 3/23/2024
1.0.2-ef-txn0001 106 3/23/2024
1.0.1 135 3/22/2024
1.0.0-preview2 118 3/16/2024
1.0.0-preview1 110 3/13/2024
0.1.54 141 10/20/2024
0.1.54-dependabot-npm--0001 124 10/20/2024
0.1.53 139 10/20/2024
0.1.0 153 3/21/2024

PREVIEW