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

There is an issue when using the `DocumentMappingExpression.Identity` method to set up projection's Id field on a type which has another property with the name "Id" and an inappropriate type...

This would wallpaper over the problems rebuilding a projection from scratch

This is a reminder but can be picked up by anyone. 1) Documentation doesn't include example for for `IncludeColumns` on indexes. i.e should it be ``` i.IncludeColumns = new []...

docs

This is a placeholder for a conversation about what this really means for Marten. Some initial thoughts about what this could be: * It'd be low hanging fruit to automatically...

enhancement
7.x
logging

This is a placeholder for a conversation. See https://github.com/JasperFx/marten/pull/2954#discussion_r1487768445 for more context ^^^ @oskardudycz @Hawxy

async daemon
7.x

@oskardudycz @Hawxy ^^^ Oskar & I were discussing this a bit this week. There will be a new service at the singleton scope in the container that will give you...

async daemon
7.x

I have a class with a DateOnly field, something like this: ``` public class SampleClass { public DateOnly Date { get; set; } } ``` I make the index like...

bug

We could try to make dependencies management easier via central package management as @gfoidl suggested in https://github.com/JasperFx/marten/pull/2789#discussion_r1400711573.

enhancement
up-for-grabs
CI
7.x

I'm referring to this excellent article: https://event-driven.io/en/using_strongly_typed_ids_with_marten/ Since my domain mostly uses Guids handling IDs can become very confusing. I prefer to also use them for projections, since some projections...

linq