Closed zpatrick closed 3 years ago
Hmmm, interesting; thanks for reporting; will hopefully get a fix for this soon.
Ok; I can see the issue: some/most of the Well Known Types have custom marshal/unmarshal functions that I need to account for.
I always planned on better support for Well Known Types, I guess this bug will expedite that!
I think I'll do a quick fix for Timestamp and Duration and plan in the rest later.
Awesome, thanks for the quick reply!
v0.2.2 has support for Timestamp and Duration.... In the future I'd like to add a Date/Time picker for Timestamp to make it easier to input.
Looking at your screenshot again @zpatrick I think you are going to have similar issues with the Wrapper types too: BoolValue
😞
Will add it to my list.
ah bummer, sounds good man!
FYI v0.3.x has support for the wrapper types
Just encountered this when dealing with FieldMask https://developers.google.com/protocol-buffers/docs/reference/csharp/class/google/protobuf/well-known-types/field-mask
I'm getting a syntax error when trying to specify a
google.protobuf.Timestamp
. This seems to occur no matter what the input for eitherstartTime
ornanos
is: