On Tue, Nov 15, 2016 at 11:51 AM, venkatesu punugupati < [email protected]> wrote:
> I am feeling that, there should be option to generate code files inline > with proto file inclusion. > For example, B.proto imports A.proto then code generation should be into > two files A.cs & B.cs. > is this type feature already available? > There isn't such a feature. Both .proto files must be listed explicitly on the protoc command line. > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
