- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax error when using google.protobuf.Timestamp #13
Comments
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: 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:The text was updated successfully, but these errors were encountered: