-
I have been using protobuf-net for several months, it works great!
I am wondering if there is a a way to generate the proto file(s).
MS has a new tool called Tye that can generate client li…
-
### Describe the issue
Protobuf has removed `RepeatedPtrField::ReleaseCleared()` from its API, as described here: https://protobuf.dev/news/v26/#remove-deprecated-clear-apis-on-repeated-fields
### U…
-
```
What steps will reproduce the problem?
1. prepare files
$ cat a/aa.proto
message A {
optional string name = 1;
}
$ cat b/bb.proto
import "aa.proto";
message B {
optional string name = 1;…
-
```
What steps will reproduce the problem?
1. prepare files
$ cat a/aa.proto
message A {
optional string name = 1;
}
$ cat b/bb.proto
import "aa.proto";
message B {
optional string name = 1;…
-
It looks like we are going through with https://github.com/tendermint/go-amino/issues/156 and https://github.com/tendermint/go-amino/pull/163 👍
I have a 2 thoughts I wanted to sketch down here ev…
-
```
What steps will reproduce the problem?
1. Generate C code from 2 different .proto files.
2. Include the generated files in builing the same executable file.
3. Build.
What is the expected output?…
-
Hi,
Conflicts happen after generating separate files that are a part of the same package.
Such generated files have functions and variables with the same name which causes issues.
Example:
Lets…
-
### What happened?
repro: https://github.com/binoche9/repros/tree/ts-proto-library-nested-workspace
```
bazel build @inner//:settings_ts --override_repository=aspect_rules_ts=$HOME/Projects/rul…
-
### Description
cve-bin-tool has an [existing fuzz testing setup](https://github.com/intel/cve-bin-tool/tree/main/fuzz) which is based on Google Atheris. One of the areas it doesn't yet cover is the…
-
```
email: dshrader38@gmail.com
What steps will reproduce the problem?
1. I create 2 .proto's (see attached files) loosely taken from the Google
tutorial: http://code.google.com/apis/protocolbuffers/…