Marten 4.0.0-alpha

This is a prerelease version of Marten.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Marten --version 4.0.0-alpha
                    
NuGet\Install-Package Marten -Version 4.0.0-alpha
                    
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="Marten" Version="4.0.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Marten" Version="4.0.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="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 Marten --version 4.0.0-alpha
                    
#r "nuget: Marten, 4.0.0-alpha"
                    
#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 Marten@4.0.0-alpha
                    
#: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=Marten&version=4.0.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Marten&version=4.0.0-alpha&prerelease
                    
Install as a Cake Tool

.NET Transactional Document DB and Event Store on PostgreSQL

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (83)

Showing the top 5 NuGet packages that depend on Marten:

Package Downloads
Marten.CommandLine

Command line tooling for Marten

MassTransit.Marten

MassTransit Marten persistence support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

Marten.AspNetCore

Helpers for Marten-backed AspNetCore applications

Marten.NodaTime

NodaTime extension for Marten

WolverineFx.Marten

Marten-backed Persistence for Wolverine Applications

GitHub repositories (17)

Showing the top 17 popular GitHub repositories that depend on Marten:

Repository Stars
MassTransit/MassTransit
Distributed Application Framework for .NET
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
aspnetrun/run-aspnetcore-microservices
Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
JasperFx/wolverine
Supercharged .NET server side development!
mehdihadeli/food-delivery-microservices
🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
JasperFx/jasper
Next generation application development framework for .Net
thangchung/practical-dotnet-aspire
The practical .NET Aspire builds on the coffeeshop app business domain
itlibrium/DDD-starter-dotnet
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
falberthen/EcommerceDDD
Experimental full-stack application using Domain-Driven Design, Microservices, Event Sourcing, CQRS and Angular.
poorna-soysa/grpc-demo
This repository contains a sample application built with .NET 8, demonstrating the use of gRPC for high-performance remote procedure calls
oskardudycz/GoldenEye
The CQRS flavoured framework that will speed up your WebAPI and Microservices development
ChilliCream/hotchocolate-examples
mehmetozkaya/EShopMicroservices
asc-lab/dotnet-cqrs-intro
Examples of implementation CQRS with Event Sourcing - evolutionary approach
netcorebcn/quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Version Downloads Last Updated
8.9.0 625 8/25/2025
8.9.0-channels-alpha-2 106 8/21/2025
8.9.0-channels-alpha-1 125 8/19/2025
8.8.2 760 8/20/2025
8.8.1 754 8/19/2025
8.8.0 183 8/19/2025
8.7.0 8,377 8/8/2025
8.6.0 6,336 8/6/2025
8.5.0 5,343 7/30/2025
8.4.0 4,993 7/27/2025
8.3.3 7,490 7/16/2025
8.3.2 4,824 7/12/2025
8.3.1 27,222 6/27/2025
8.3.0 28,179 6/16/2025
8.2.1 13,537 6/12/2025
8.2.0 23,586 6/9/2025
8.1.2 2,134 6/7/2025
8.1.0 3,491 6/4/2025
8.0.1 1,992 6/3/2025
8.0.0 4,380 6/1/2025
8.0.0-rc-2 6,338 5/31/2025
8.0.0-rc-1 228 5/29/2025
8.0.0-beta-2 404 5/22/2025
8.0.0-beta-1 448 5/7/2025
8.0.0-alpha-6- 366 4/25/2025
8.0.0-alpha-5 517 4/13/2025
8.0.0-alpha-3 1,601 2/9/2025
8.0.0-alpha-2 142 2/8/2025
7.40.5 60,565 5/26/2025
7.40.4 19,580 5/22/2025
7.40.3 84,525 5/6/2025
7.40.2 9,636 5/5/2025
7.40.1 41,290 4/24/2025
7.40.0 39,286 4/15/2025
7.39.6 192,623 4/7/2025
7.39.5 58,310 3/24/2025
7.38.1 52,661 3/1/2025
7.38.0 7,288 2/27/2025
7.37.3 74,654 2/18/2025
7.37.2 5,925 2/17/2025
7.37.1 100,540 2/4/2025
7.37.0 55,601 1/24/2025
7.36.0 171,934 1/14/2025
7.35.3 15,661 1/13/2025
7.35.2 21,549 1/8/2025
7.35.1 2,772 1/7/2025
7.35.0 57,208 12/27/2024
7.34.1 34,398 12/16/2024
7.34.0 26,698 12/12/2024
7.33.3 47,646 12/8/2024
7.33.2 70,846 11/29/2024
7.33.1 21,833 11/25/2024
7.33.0 80,396 11/19/2024
7.32.0 29,789 11/18/2024
7.31.3 224,182 11/7/2024
7.31.2 27,923 11/4/2024
7.31.1 23,763 10/29/2024
7.31.0 35,171 10/25/2024
7.30.3 110,911 10/18/2024
7.30.2 12,806 10/17/2024
7.30.1 63,586 10/9/2024
7.30.0 643 10/9/2024
7.29.0 58,877 9/26/2024
7.28.2 7,288 9/25/2024
7.28.1 436 9/25/2024
7.28.0 44,460 9/18/2024
7.27.0 54,307 9/9/2024
7.26.6 18,313 9/6/2024
7.26.5 5,789 9/4/2024
7.26.4 38,643 8/29/2024
7.26.3 107,946 8/21/2024
7.26.2 25,347 8/15/2024
7.26.1 99,406 7/30/2024
7.26.0 6,548 7/29/2024
7.25.2 16,945 7/26/2024
7.25.1 7,768 7/25/2024
7.25.0 681 7/25/2024
7.24.0 61,718 7/17/2024
7.23.1 80,719 7/8/2024
7.23.0 7,254 7/5/2024
7.20.2 28,272 6/29/2024
7.20.1 39,468 6/24/2024
7.20.0 13,051 6/18/2024
7.19.1 92,120 6/4/2024
7.19.0 53,965 6/4/2024
7.18.0 51,400 5/31/2024
7.17.1 59,570 5/29/2024
7.17.0 1,020 5/29/2024
7.16.0 40,472 5/23/2024
7.15.0 9,078 5/21/2024
7.14.0 3,208 5/20/2024
7.13.1 37,993 5/16/2024
7.13.0 2,017 5/16/2024
7.12.0 26,435 5/14/2024
7.11.0 20,886 5/9/2024
7.10.1 36,660 5/2/2024
7.10.0 27,743 4/30/2024
7.9.0 35,905 4/25/2024
7.8.0 58,863 4/17/2024
7.7.0 23,739 4/10/2024
7.6.0 19,094 4/5/2024
7.5.0 45,082 3/26/2024
7.4.0 50,140 3/20/2024
7.3.1 8,928 3/18/2024
7.3.0 7,643 3/15/2024
7.2.0 29,675 3/12/2024
7.1.1 6,099 3/8/2024
7.1.0 2,627 3/7/2024
7.0.0 35,848 3/3/2024
7.0.0-rc.3 2,153 2/28/2024
7.0.0-rc.2 4,202 2/21/2024
7.0.0-rc.1 119 2/21/2024
7.0.0-beta.5 8,751 1/27/2024
7.0.0-beta.4 3,693 1/15/2024
7.0.0-beta.3 3,795 12/22/2023
7.0.0-beta.2 7,356 11/29/2023
7.0.0-beta.1 1,926 11/23/2023
7.0.0-alpha.1 4,509 11/23/2023
6.4.2 70,852 8/25/2024
6.4.1 535,706 12/19/2023
6.4.0 185,978 11/22/2023
6.3.0 157,380 10/23/2023
6.2.0 181,921 9/13/2023
6.1.0 12,933 9/8/2023
6.0.5 115,090 7/23/2023
6.0.4 27,380 7/7/2023
6.0.3 32,300 7/4/2023
6.0.2 48,457 6/23/2023
6.0.1 107,192 5/23/2023
6.0.0 76,939 5/3/2023
6.0.0-rc.2 184 5/3/2023
6.0.0-rc.1 12,450 4/5/2023
6.0.0-alpha.11 4,378 3/24/2023
6.0.0-alpha.10 826 3/21/2023
6.0.0-alpha.9 2,755 3/5/2023
6.0.0-alpha.8 14,368 2/12/2023
6.0.0-alpha.7 1,152 2/5/2023
6.0.0-alpha.6 24,270 12/6/2022
6.0.0-alpha.5 202 12/5/2022
6.0.0-alpha.4 1,982 11/30/2022
6.0.0-alpha.3 2,257 11/15/2022
6.0.0-alpha.2 352 11/14/2022
6.0.0-alpha.1 202 11/11/2022
5.11.0 925,941 11/9/2022
5.10.1 311,013 9/4/2022
5.10.0 3,403 9/2/2022
5.9.0 50,160 8/29/2022
5.8.0 125,510 7/23/2022
5.7.0 47,847 7/12/2022
5.6.0 100,898 6/26/2022
5.5.2 161,487 6/6/2022
5.5.1 29,644 5/31/2022
5.5.0 8,378 5/27/2022
5.4.0 3,878 5/24/2022
5.3.1 39,082 5/10/2022
5.3.0 42,811 5/3/2022
5.2.0 28,784 4/22/2022
5.1.0 60,647 4/9/2022
5.0.0 40,896 3/23/2022
5.0.0-rc.1 6,560 3/10/2022
5.0.0-alpha.6 784 3/3/2022
5.0.0-alpha.5 1,333 2/3/2022
5.0.0-alpha.4 27,039 12/23/2021
5.0.0-alpha.3 526 12/19/2021
5.0.0-alpha.1 1,098 12/4/2021
4.3.1 233,583 12/22/2021
4.3.0 40,765 12/6/2021
4.2.0 15,202 11/22/2021
4.1.0 9,528 11/12/2021
4.0.4 41,620 11/4/2021
4.0.3 12,503 10/29/2021
4.0.2 18,511 10/24/2021
4.0.1 3,159 10/20/2021
4.0.0 42,118 10/8/2021
4.0.0-rc.8 1,287 9/28/2021
4.0.0-rc.7 4,667 9/21/2021
4.0.0-rc.6 5,043 8/31/2021
4.0.0-rc.5 3,337 8/6/2021
4.0.0-rc.4 1,563 7/27/2021
4.0.0-rc.3 2,022 7/14/2021
4.0.0-rc.2 24,840 6/8/2021
4.0.0-rc.1 309 6/3/2021
4.0.0-alpha.11 2,422 5/14/2021
4.0.0-alpha.10 6,462 4/21/2021
4.0.0-alpha.9 1,931 3/26/2021
4.0.0-alpha.8 130,753 3/12/2021
4.0.0-alpha.7 3,708 3/9/2021
4.0.0-alpha.6 5,265 2/21/2021
4.0.0-alpha.5 3,377 2/9/2021
4.0.0-alpha.4 187,740 11/23/2020
4.0.0-alpha.3 4,025 11/17/2020
4.0.0-alpha.2 1,129 11/2/2020
4.0.0-alpha 1,945 10/16/2020
3.14.4 135,587 12/27/2022
3.14.3 87,777 5/10/2022
3.14.2 140,236 1/6/2022
3.14.1 74,011 10/24/2021
3.14.0 1,201 10/24/2021
3.13.4 398,917 3/26/2021
3.13.3 266,678 11/18/2020
3.13.2 75,307 10/31/2020
3.13.1 174,013 8/27/2020
3.13.0 13,418 8/21/2020
3.12.3 101,698 7/15/2020
3.12.2 72,782 6/24/2020
3.12.1 37,902 6/10/2020
3.12.0 2,366 6/8/2020
3.11.0 110,438 3/25/2020
3.10.0 238,662 11/11/2019
3.9.0 54,554 10/2/2019
3.8.1 4,586 9/29/2019
3.8.0 19,827 9/17/2019
3.7.1 12,639 9/5/2019
3.7.0 16,589 8/20/2019
3.6.2 32,433 7/21/2019
3.6.1 39,299 7/11/2019
3.6.0 19,276 6/18/2019
3.5.0 123,760 3/26/2019
3.4.0 43,199 2/13/2019
3.3.0 54,893 1/9/2019
3.2.0 80,957 11/29/2018
3.1.0 7,804 11/14/2018
3.0.1 92,550 9/27/2018
3.0.0 2,965 9/27/2018
3.0.0-alpha-2 2,507 8/23/2018
3.0.0-alpha-1 6,519 7/20/2018
2.10.3 2,104 11/13/2020
2.10.2 15,004 10/11/2018
2.10.1 5,347 9/27/2018
2.10.0 33,511 8/23/2018
2.9.0 22,018 7/19/2018
2.8.2 24,469 6/16/2018
2.8.1 3,268 6/14/2018
2.8.0 38,842 5/10/2018
2.7.1 126,613 3/19/2018
2.7.0 11,530 3/6/2018
2.6.0 3,695 3/2/2018
2.5.0 56,944 12/12/2017
2.4.0 15,358 11/14/2017
2.3.2 46,726 10/3/2017
2.3.0 32,205 9/14/2017
2.2.0 10,664 8/22/2017
2.1.0 7,750 8/11/2017
2.0.0 19,217 7/31/2017
2.0.0-rc-51247 2,401 7/19/2017
2.0.0-rc-50930 2,259 7/5/2017
2.0.0-alpha-51614 2,341 5/31/2017
2.0.0-alpha-51133 2,202 6/20/2017
2.0.0-alpha-50651 2,219 6/6/2017
1.5.3 6,487 11/13/2017
1.5.2 71,160 5/31/2017
1.5.1 16,700 5/3/2017
1.5.0 6,211 4/6/2017
1.4.1 19,935 2/24/2017
1.4.0 3,256 2/20/2017
1.3.0 3,293 2/8/2017
1.2.5 10,242 1/6/2017
1.2.4 10,747 11/30/2016
1.2.3 5,042 11/16/2016
1.2.0 4,244 11/7/2016
1.1.3 4,542 10/31/2016
1.1.2 2,879 10/27/2016
1.1.1 2,585 10/25/2016
1.1.0 4,206 10/5/2016
1.0.3 2,804 9/30/2016
1.0.2 3,286 9/26/2016
1.0.1 3,626 9/20/2016
1.0.0 4,158 9/14/2016
1.0.0-alpha-719 2,484 9/6/2016
1.0.0-alpha-710 4,145 9/1/2016
1.0.0-alpha-709 2,185 9/1/2016
1.0.0-alpha-706 2,152 9/1/2016
1.0.0-alpha-703 2,296 8/31/2016
1.0.0-alpha-701 2,199 8/30/2016
1.0.0-alpha-669 2,265 8/25/2016
1.0.0-alpha-668 2,170 8/25/2016
1.0.0-alpha-667 2,255 8/24/2016
1.0.0-alpha-666 2,449 8/16/2016
1.0.0-alpha-664 2,476 8/16/2016
1.0.0-alpha-663 2,169 8/16/2016
1.0.0-alpha-644 3,773 8/8/2016
1.0.0-alpha-639 2,541 8/3/2016
1.0.0-alpha-625 2,956 7/19/2016
0.9.12.563 4,245 6/29/2016
0.9.11.556 4,109 6/23/2016
0.9.10.555 2,503 6/23/2016
0.9.9.551 2,985 6/20/2016
0.9.9.534 2,938 6/16/2016
0.9.8.523 2,972 6/14/2016
0.9.7.517 3,086 6/10/2016
0.9.7.515 2,786 6/4/2016
0.9.6.498 2,708 6/1/2016
0.9.6.493 2,536 5/31/2016
0.9.5.473 2,835 5/25/2016
0.9.4.464 2,956 5/20/2016
0.9.3.458 2,569 5/20/2016
0.9.2.427 2,701 5/11/2016
0.9.2.423 2,551 5/9/2016
0.9.1.401 2,709 4/28/2016
0.9.0.379 2,943 4/26/2016
0.8.10.355 2,663 4/18/2016
0.8.9.322 2,582 4/12/2016
0.8.8.299 2,583 4/5/2016
0.8.7.297 2,541 4/5/2016
0.8.6.284 2,541 4/4/2016
0.8.5.274 2,515 4/1/2016
0.8.4.255 2,560 3/28/2016
0.8.3.238 2,513 3/24/2016
0.8.2.188 3,004 3/15/2016
0.8.0.132 5,127 3/9/2016
0.7.1.103 2,773 2/22/2016
0.7.0.97 2,612 2/17/2016
0.7.0.85 2,838 2/11/2016
0.6.6.82 2,613 2/10/2016
0.6.5.78 2,576 2/9/2016
0.6.4.77 2,533 2/9/2016
0.6.3.67 2,609 2/3/2016
0.6.2.57 2,552 2/1/2016
0.6.1.46 2,633 1/29/2016
0.6.0.43 2,534 1/28/2016
0.5.3.38 2,514 1/27/2016
0.5.2.36 2,550 1/26/2016
0.5.1.34 2,521 1/25/2016
0.5.0.9 2,892 12/8/2015
0.5.0.8 14,705 12/8/2015