Closed JustusPan closed 2 months ago
if an Enum field is optional, when it's value is null fields.TryGetEnum("KeyType", out var keyType) then the return value of this TryGet should be false but currently it returns true
In the XML documentation and the API docs, the return value is described as returning true if the field exists.
Closing this, this was intended I believe
if an Enum field is optional, when it's value is null fields.TryGetEnum("KeyType", out var keyType)
then the return value of this TryGet should be false
but currently it returns true