Marten 2.0.0-alpha-50651

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 2.0.0-alpha-50651
                    
NuGet\Install-Package Marten -Version 2.0.0-alpha-50651
                    
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="2.0.0-alpha-50651" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Marten" Version="2.0.0-alpha-50651" />
                    
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 2.0.0-alpha-50651
                    
#r "nuget: Marten, 2.0.0-alpha-50651"
                    
#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.
#addin nuget:?package=Marten&version=2.0.0-alpha-50651&prerelease
                    
Install Marten as a Cake Addin
#tool nuget:?package=Marten&version=2.0.0-alpha-50651&prerelease
                    
Install Marten as a Cake Tool

Postgresql as a Document Db and Event Store for .Net Development

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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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 (76)

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 (18)

Showing the top 18 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 imaginary food delivery microservices, built with .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
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.
thangchung/practical-dotnet-aspire
The practical .NET Aspire builds on the coffeeshop app business domain
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
asc-lab/dotnet-cqrs-intro
Examples of implementation CQRS with Event Sourcing - evolutionary approach
mehmetozkaya/EShopMicroservices
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
kamilbaczek/Modular-monolith-by-example
Modular monolith architecture example in .NET. Estimation Tool is tool to optimize estimation process in IT company.
Version Downloads Last updated
8.1.0 0 6/4/2025
8.0.1 35 6/3/2025
8.0.0 708 6/1/2025
8.0.0-rc-2 174 5/31/2025
8.0.0-rc-1 181 5/29/2025
8.0.0-beta-2 324 5/22/2025
8.0.0-beta-1 334 5/7/2025
8.0.0-alpha-6- 331 4/25/2025
8.0.0-alpha-5 494 4/13/2025
8.0.0-alpha-3 1,538 2/9/2025
8.0.0-alpha-2 120 2/8/2025
7.40.5 5,225 5/26/2025
7.40.4 6,083 5/22/2025
7.40.3 33,409 5/6/2025
7.40.2 5,180 5/5/2025
7.40.1 22,379 4/24/2025
7.40.0 28,111 4/15/2025
7.39.6 96,185 4/7/2025
7.39.5 44,237 3/24/2025
7.38.1 37,089 3/1/2025
7.38.0 6,541 2/27/2025
7.37.3 57,594 2/18/2025
7.37.2 5,271 2/17/2025
7.37.1 78,842 2/4/2025
7.37.0 46,752 1/24/2025
7.36.0 143,322 1/14/2025
7.35.3 12,164 1/13/2025
7.35.2 20,709 1/8/2025
7.35.1 2,514 1/7/2025
7.35.0 50,495 12/27/2024
7.34.1 29,793 12/16/2024
7.34.0 23,363 12/12/2024
7.33.3 37,054 12/8/2024
7.33.2 56,370 11/29/2024
7.33.1 21,120 11/25/2024
7.33.0 62,188 11/19/2024
7.32.0 29,597 11/18/2024
7.31.3 210,429 11/7/2024
7.31.2 24,567 11/4/2024
7.31.1 19,699 10/29/2024
7.31.0 31,052 10/25/2024
7.30.3 97,086 10/18/2024
7.30.2 11,971 10/17/2024
7.30.1 58,143 10/9/2024
7.30.0 484 10/9/2024
7.29.0 55,558 9/26/2024
7.28.2 6,629 9/25/2024
7.28.1 381 9/25/2024
7.28.0 41,358 9/18/2024
7.27.0 51,170 9/9/2024
7.26.6 17,322 9/6/2024
7.26.5 5,191 9/4/2024
7.26.4 29,783 8/29/2024
7.26.3 106,635 8/21/2024
7.26.2 24,330 8/15/2024
7.26.1 91,913 7/30/2024
7.26.0 5,956 7/29/2024
7.25.2 16,877 7/26/2024
7.25.1 7,258 7/25/2024
7.25.0 612 7/25/2024
7.24.0 52,540 7/17/2024
7.23.1 78,168 7/8/2024
7.23.0 7,200 7/5/2024
7.20.2 24,146 6/29/2024
7.20.1 37,941 6/24/2024
7.20.0 12,715 6/18/2024
7.19.1 87,977 6/4/2024
7.19.0 50,442 6/4/2024
7.18.0 50,779 5/31/2024
7.17.1 55,772 5/29/2024
7.17.0 968 5/29/2024
7.16.0 38,669 5/23/2024
7.15.0 8,312 5/21/2024
7.14.0 3,154 5/20/2024
7.13.1 36,873 5/16/2024
7.13.0 1,965 5/16/2024
7.12.0 25,454 5/14/2024
7.11.0 20,690 5/9/2024
7.10.1 33,906 5/2/2024
7.10.0 27,128 4/30/2024
7.9.0 34,499 4/25/2024
7.8.0 55,538 4/17/2024
7.7.0 23,586 4/10/2024
7.6.0 18,718 4/5/2024
7.5.0 42,275 3/26/2024
7.4.0 49,137 3/20/2024
7.3.1 8,877 3/18/2024
7.3.0 7,595 3/15/2024
7.2.0 28,712 3/12/2024
7.1.1 5,822 3/8/2024
7.1.0 2,589 3/7/2024
7.0.0 35,374 3/3/2024
7.0.0-rc.3 2,104 2/28/2024
7.0.0-rc.2 4,184 2/21/2024
7.0.0-rc.1 106 2/21/2024
7.0.0-beta.5 8,587 1/27/2024
7.0.0-beta.4 3,501 1/15/2024
7.0.0-beta.3 3,555 12/22/2023
7.0.0-beta.2 7,300 11/29/2023
7.0.0-beta.1 1,906 11/23/2023
7.0.0-alpha.1 4,494 11/23/2023
6.4.2 62,668 8/25/2024
6.4.1 519,760 12/19/2023
6.4.0 177,327 11/22/2023
6.3.0 154,660 10/23/2023
6.2.0 178,089 9/13/2023
6.1.0 12,808 9/8/2023
6.0.5 114,358 7/23/2023
6.0.4 26,994 7/7/2023
6.0.3 32,243 7/4/2023
6.0.2 47,636 6/23/2023
6.0.1 106,901 5/23/2023
6.0.0 76,313 5/3/2023
6.0.0-rc.2 130 5/3/2023
6.0.0-rc.1 12,394 4/5/2023
6.0.0-alpha.11 4,328 3/24/2023
6.0.0-alpha.10 782 3/21/2023
6.0.0-alpha.9 2,714 3/5/2023
6.0.0-alpha.8 14,316 2/12/2023
6.0.0-alpha.7 1,108 2/5/2023
6.0.0-alpha.6 24,121 12/6/2022
6.0.0-alpha.5 163 12/5/2022
6.0.0-alpha.4 1,946 11/30/2022
6.0.0-alpha.3 2,206 11/15/2022
6.0.0-alpha.2 316 11/14/2022
6.0.0-alpha.1 162 11/11/2022
5.11.0 911,322 11/9/2022
5.10.1 302,772 9/4/2022
5.10.0 3,366 9/2/2022
5.9.0 50,124 8/29/2022
5.8.0 123,361 7/23/2022
5.7.0 47,808 7/12/2022
5.6.0 100,242 6/26/2022
5.5.2 160,870 6/6/2022
5.5.1 29,596 5/31/2022
5.5.0 8,331 5/27/2022
5.4.0 3,824 5/24/2022
5.3.1 38,549 5/10/2022
5.3.0 42,521 5/3/2022
5.2.0 28,677 4/22/2022
5.1.0 60,600 4/9/2022
5.0.0 40,653 3/23/2022
5.0.0-rc.1 6,513 3/10/2022
5.0.0-alpha.6 731 3/3/2022
5.0.0-alpha.5 1,283 2/3/2022
5.0.0-alpha.4 26,996 12/23/2021
5.0.0-alpha.3 472 12/19/2021
5.0.0-alpha.1 1,055 12/4/2021
4.3.1 230,692 12/22/2021
4.3.0 40,499 12/6/2021
4.2.0 15,152 11/22/2021
4.1.0 9,480 11/12/2021
4.0.4 41,576 11/4/2021
4.0.3 12,455 10/29/2021
4.0.2 18,462 10/24/2021
4.0.1 3,111 10/20/2021
4.0.0 42,066 10/8/2021
4.0.0-rc.8 1,234 9/28/2021
4.0.0-rc.7 4,612 9/21/2021
4.0.0-rc.6 4,992 8/31/2021
4.0.0-rc.5 3,284 8/6/2021
4.0.0-rc.4 1,511 7/27/2021
4.0.0-rc.3 1,981 7/14/2021
4.0.0-rc.2 24,543 6/8/2021
4.0.0-rc.1 268 6/3/2021
4.0.0-alpha.11 2,381 5/14/2021
4.0.0-alpha.10 6,410 4/21/2021
4.0.0-alpha.9 1,884 3/26/2021
4.0.0-alpha.8 130,610 3/12/2021
4.0.0-alpha.7 3,664 3/9/2021
4.0.0-alpha.6 5,212 2/21/2021
4.0.0-alpha.5 3,329 2/9/2021
4.0.0-alpha.4 187,681 11/23/2020
4.0.0-alpha.3 3,973 11/17/2020
4.0.0-alpha.2 1,080 11/2/2020
4.0.0-alpha 1,852 10/16/2020
3.14.4 128,910 12/27/2022
3.14.3 86,947 5/10/2022
3.14.2 136,395 1/6/2022
3.14.1 73,523 10/24/2021
3.14.0 1,155 10/24/2021
3.13.4 391,650 3/26/2021
3.13.3 266,350 11/18/2020
3.13.2 75,244 10/31/2020
3.13.1 173,763 8/27/2020
3.13.0 13,366 8/21/2020
3.12.3 101,392 7/15/2020
3.12.2 72,663 6/24/2020
3.12.1 37,842 6/10/2020
3.12.0 2,309 6/8/2020
3.11.0 109,724 3/25/2020
3.10.0 238,343 11/11/2019
3.9.0 54,448 10/2/2019
3.8.1 4,528 9/29/2019
3.8.0 19,763 9/17/2019
3.7.1 12,587 9/5/2019
3.7.0 16,525 8/20/2019
3.6.2 32,370 7/21/2019
3.6.1 39,227 7/11/2019
3.6.0 19,212 6/18/2019
3.5.0 123,687 3/26/2019
3.4.0 43,074 2/13/2019
3.3.0 54,465 1/9/2019
3.2.0 80,824 11/29/2018
3.1.0 7,744 11/14/2018
3.0.1 92,268 9/27/2018
3.0.0 2,893 9/27/2018
3.0.0-alpha-2 2,444 8/23/2018
3.0.0-alpha-1 6,423 7/20/2018
2.10.3 1,991 11/13/2020
2.10.2 14,717 10/11/2018
2.10.1 5,282 9/27/2018
2.10.0 33,417 8/23/2018
2.9.0 21,857 7/19/2018
2.8.2 24,070 6/16/2018
2.8.1 3,126 6/14/2018
2.8.0 38,579 5/10/2018
2.7.1 124,795 3/19/2018
2.7.0 11,381 3/6/2018
2.6.0 3,546 3/2/2018
2.5.0 56,628 12/12/2017
2.4.0 15,162 11/14/2017
2.3.2 46,534 10/3/2017
2.3.0 32,063 9/14/2017
2.2.0 10,563 8/22/2017
2.1.0 7,585 8/11/2017
2.0.0 18,910 7/31/2017
2.0.0-rc-51247 2,307 7/19/2017
2.0.0-rc-50930 2,153 7/5/2017
2.0.0-alpha-51614 2,242 5/31/2017
2.0.0-alpha-51133 2,098 6/20/2017
2.0.0-alpha-50651 2,113 6/6/2017
1.5.3 6,391 11/13/2017
1.5.2 71,061 5/31/2017
1.5.1 16,443 5/3/2017
1.5.0 5,999 4/6/2017
1.4.1 19,737 2/24/2017
1.4.0 3,104 2/20/2017
1.3.0 3,186 2/8/2017
1.2.5 10,090 1/6/2017
1.2.4 10,583 11/30/2016
1.2.3 4,894 11/16/2016
1.2.0 4,094 11/7/2016
1.1.3 4,389 10/31/2016
1.1.2 2,726 10/27/2016
1.1.1 2,478 10/25/2016
1.1.0 4,054 10/5/2016
1.0.3 2,658 9/30/2016
1.0.2 3,136 9/26/2016
1.0.1 3,510 9/20/2016
1.0.0 3,979 9/14/2016
1.0.0-alpha-719 2,385 9/6/2016
1.0.0-alpha-710 4,044 9/1/2016
1.0.0-alpha-709 2,081 9/1/2016
1.0.0-alpha-706 2,047 9/1/2016
1.0.0-alpha-703 2,194 8/31/2016
1.0.0-alpha-701 2,095 8/30/2016
1.0.0-alpha-669 2,160 8/25/2016
1.0.0-alpha-668 2,062 8/25/2016
1.0.0-alpha-667 2,145 8/24/2016
1.0.0-alpha-666 2,346 8/16/2016
1.0.0-alpha-664 2,368 8/16/2016
1.0.0-alpha-663 2,061 8/16/2016
1.0.0-alpha-644 3,671 8/8/2016
1.0.0-alpha-639 2,433 8/3/2016
1.0.0-alpha-625 2,849 7/19/2016
0.9.12.563 4,111 6/29/2016
0.9.11.556 4,006 6/23/2016
0.9.10.555 2,397 6/23/2016
0.9.9.551 2,881 6/20/2016
0.9.9.534 2,828 6/16/2016
0.9.8.523 2,866 6/14/2016
0.9.7.517 2,974 6/10/2016
0.9.7.515 2,682 6/4/2016
0.9.6.498 2,599 6/1/2016
0.9.6.493 2,422 5/31/2016
0.9.5.473 2,727 5/25/2016
0.9.4.464 2,848 5/20/2016
0.9.3.458 2,452 5/20/2016
0.9.2.427 2,597 5/11/2016
0.9.2.423 2,446 5/9/2016
0.9.1.401 2,603 4/28/2016
0.9.0.379 2,838 4/26/2016
0.8.10.355 2,561 4/18/2016
0.8.9.322 2,472 4/12/2016
0.8.8.299 2,479 4/5/2016
0.8.7.297 2,433 4/5/2016
0.8.6.284 2,432 4/4/2016
0.8.5.274 2,401 4/1/2016
0.8.4.255 2,448 3/28/2016
0.8.3.238 2,412 3/24/2016
0.8.2.188 2,876 3/15/2016
0.8.0.132 5,015 3/9/2016
0.7.1.103 2,659 2/22/2016
0.7.0.97 2,504 2/17/2016
0.7.0.85 2,679 2/11/2016
0.6.6.82 2,496 2/10/2016
0.6.5.78 2,468 2/9/2016
0.6.4.77 2,425 2/9/2016
0.6.3.67 2,495 2/3/2016
0.6.2.57 2,443 2/1/2016
0.6.1.46 2,523 1/29/2016
0.6.0.43 2,428 1/28/2016
0.5.3.38 2,410 1/27/2016
0.5.2.36 2,442 1/26/2016
0.5.1.34 2,412 1/25/2016
0.5.0.9 2,784 12/8/2015
0.5.0.8 13,172 12/8/2015