JasperFx / marten

.NET Transactional Document DB and Event Store on PostgreSQL
https://martendb.io
MIT License
2.8k stars 441 forks source link

V5 Documentation Updates #2034

Closed jeremydmiller closed 2 years ago

jeremydmiller commented 2 years ago

It's tripped up a couple folks already, and the docs aren't clear enough in how it describes the aggregate projection.

mysticmind commented 2 years ago

@jeremydmiller Docs for LINQ ordering by dynamic fields was already done as part of the PR. I have marked the task as done above.

jeremydmiller commented 2 years ago

@mysticmind I'm taking that off, thanks!

mysticmind commented 2 years ago

IDocumentSession.EjectAllPendingChanges() docs is done and checked-in.

mysticmind commented 2 years ago

Docs for case-insensitive order by in Linq is done.

jeremydmiller commented 2 years ago

@mysticmind Sweet! I'm doing stuff around bootstrapping changes today -- in between distractions from dogs, spouses, and children in a packed house.

mysticmind commented 2 years ago

Added docs for NGram search and IDocumentStore.Advanced.ResetAllData()

mysticmind commented 2 years ago

Added docs for Async session creation for serializable transactions

jeremydmiller commented 2 years ago

Migration Guide

Tasks

jeremydmiller commented 2 years ago

I'm declaring success today.