Is it possible to do something like this within a .proto file
message ServerInfo
{
System.Version oFileVersion = System.Reflection.Assembly.
GetExecutingAssembly().GetName().Version;
}
Or do i have to create a message type 'Version' manually in .proto file
which reflects Version?
--
You received this message because you are subscribed to the Google Groups
"grpc.io" 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/grpc-io.
To view this discussion on the web visit
https://groups.google.com/d/msgid/grpc-io/302e90b4-0078-494c-8e62-6a7a95101da9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.