Randall Ehret
Results
2
comments of
Randall Ehret
Another workaround I've found is to specify that the generated property is the target of the attribute: ```csharp public record MyRecord([property: JsonConverter(typeof(StringEnumConverter))] Gender Gender); ```
I was just having this same issue. Because the server I run is very small, I copied individual rows for the `shops` table from a backup to a clean `shops.db`....