Tarmil / FSharp.SystemTextJson

System.Text.Json extensions for F# types
MIT License
323 stars 44 forks source link

Fix NullReferenceException when serializing null record-typed record field #173

Closed cmeeren closed 10 months ago

cmeeren commented 10 months ago

Fixes #172

cmeeren commented 10 months ago

I think this is good to go. Please review. Would be great if it could be released quickly, since the bug is causing some headaches in prod right now.

Tarmil commented 10 months ago

I'm going to rebase this onto the branch releases/v1.2 for a patch release.

cmeeren commented 10 months ago

Great, thanks!

Tarmil commented 10 months ago

Close in favor of #174.