protobuf.Text icon indicating copy to clipboard operation
protobuf.Text copied to clipboard

Text format support for protobuf

Results 8 protobuf.Text issues
Sort by recently updated
recently updated
newest added

Having problems reading enums with quotes around them user the official c++ implementation, removing them fixes the problem. I can make this optional if wanted. official examples of this can...

Fixing bug that i made in https://github.com/SciSharp/protobuf.Text/pull/9 It will only happen if FormatRepeatedValueOnSingleLine is true It checks that the repeated field is non-zero before trying to access it

This fixes a "cosmetic bug" that formatting of repeated generates a extra empty line after it is done afik. the source of the problem is that first is not set...

TestAllTypes parsedFromText = TestAllTypes.Parser.ParseText(text); this is not found why showing this case on docs

Hi, It's not possible to add comments anywhere except at the start. Steps to reproduce: * open https://github.com/SciSharp/protobuf.Text/blob/master/test/Test/Config/faster_rcnn_resnet101_voc07.config * Append `# This is some comment` * Run tests inside of...

I generated a text file through this formatter with the following setups: Proto ``` message SomeEntity { int64 temporary_id = 1; string temporary_name = 2; } message SomeRequest { SomeEntity...

bug

The GPT-2 ONNX model is provided with [Input and output saved in protobuf format.](https://github.com/onnx/models/issues/427#issuecomment-776260324) I am new to protobuf.Text. Please suggest which part of the library will help in reading...

I have a proto with a `google.protobuf.Timestamp` field with the name `date`. When calling TextFormatter I get the following text: ``` date { "2020-12-04T12:40:43.910002200Z" } ``` I get an exception...

bug