JasperFx / marten

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

Fix NodaTime Select(Instant) serialization. Again. #2878

Closed jeremydmiller closed 10 months ago

jeremydmiller commented 10 months ago

See

    [Theory]
    [InlineData(SerializerType.SystemTextJson)]
    [InlineData(SerializerType.Newtonsoft)]
    public void bug_1276_can_select_instant(SerializerType serializerType)
    {
        return; // TODO -- FIX THIS
jeremydmiller commented 10 months ago

Duplicate with GH-2866