Matts Årling

Results 4 comments of Matts Årling

Solved my own issue by adding the following override to my custom converter: `public override bool HandleNull => true;` I guess it's optimized by circumventing the converter if encountering null...

Yes! Currently testing stuff locally and wishing the "all resources" log view could function as a "helicopter perspective microservice overview/debugging tool". But due to some really chatty 3rd party resources...

Hi, I wanted to share a problem we encountered related to this change. In our codebase, we’ve been using `Npgsql.EnableLegacyTimestampBehavior = true.` since it's introduction (I think Npgsql 6). After...