SteveDunn / Vogen

A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Apache License 2.0
853 stars 45 forks source link

Fix System.Text.Json converters #621

Closed danielcweber closed 3 months ago

danielcweber commented 3 months ago

Fix System.Text.Json converters by using a JsonSerializer.Serialize overload that is a) generic and b) available on all platforms.

Fixes #619