marten icon indicating copy to clipboard operation
marten copied to clipboard

.NET Transactional Document DB and Event Store on PostgreSQL

Results 157 marten issues
Sort by recently updated
recently updated
newest added

Hi @jeremydmiller Following the documentation for pre-build generation code upfront in docs, a new issue is found when specifying the exact application assembly where the generated code is being placed...

Got a little behind on things. - [x] `IChangeListener` for the async daemon - [x] Recommendation of computed index over duplicated field - [x] Executing custom SQL in DocumentSession -...

docs

Hi, I ran into a problem rebuilding a projection with a DeleteEvent. I''m using: .Net 6 Marten v 5.5.2 Marten.CommandLine v 5.5.2 I have the following projection with a DeleteEvent:...

We are getting a handful of instances of the exception "Connection is not open" / "Exception while reading from stream" in our production systems, but I'm not sure of exactly...

bug

I am in the process of migrating from v3 to v5 and come across a change to the Patch support. I'm trying to narrow it down some more now, but...

User had a question about that, and I realized there was no sample in the documentation for that. Lots in unit tests, but nothing in the website.

docs

We joined .NET Foundation in March 2020 based on the [benefits](https://dotnetfoundation.org/projects/why-join) outlined and the possible upside it would bring to the project to increase adoption, visibility and engagement with the...

project management
5.x

Like our existing `ISessionFactory`, but allow for variance on things like an ASP.Net Core `HttpContext` or Jasper's `IExecutionContext`

enhancement

When migrating old data into the event store it would be beneficial to be able to control the timestamp on events. This would enable us to use the functionality with...

event store
feature request