jet / falanx

Generates F# code from protobuf schema for binary and json format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to import well known types?

atlemann opened this issue · comments

If I have import "google/protobuf/timestamp.proto"; in my proto file to use the TimeStamp type, I'm getting an error in the converter that it cannot find the file. Is this supported? I just tried falanx as a global tool, not sure if that matters.