andrewlock / StronglyTypedId

A Rosyln-powered generator for strongly-typed IDs
MIT License
1.52k stars 80 forks source link

`long` is read as `Int32` #44

Closed SteveDunn closed 2 years ago

SteveDunn commented 2 years ago

The SystemTextJsonConverter for long backing fields reads from the JSON reader as reader.GetInt32(); instead of Int64