ProtocSettings.

IncludeSourceInfo Property

Summary

When using --descriptor_set_out, do not strip SourceCodeInfo from the FileDescriptorProto. This results in vastly larger descriptors that include information about the original location of each decl in the source file as well as surrounding comments.
Assembly
Cake.ProtobufTools.dll
Namespace
Cake.ProtobufTools
Containing Type
ProtocSettings

Syntax

public Nullable<bool> IncludeSourceInfo { get; set; }

Value

Type Description
Nullable<bool>