-
```
I use protogen.exe to generate .cs files from .proto files, but the options are
missing, eg.
message MyMessage {
option (my_option) = ...;
}
I can not see my_option in the generated .cs fil…
-
```
Please include an e-mail address if this might need a dialogue!
==============
franchescamullin at gmail.com
What steps will reproduce the problem?
1. This is my trivial example:
namespace MyLib…
-
```
I use protogen.exe to generate .cs files from .proto files, but the options are
missing, eg.
message MyMessage {
option (my_option) = ...;
}
I can not see my_option in the generated .cs fil…
-
```
I use protogen.exe to generate .cs files from .proto files, but the options are
missing, eg.
message MyMessage {
option (my_option) = ...;
}
I can not see my_option in the generated .cs fil…
-
```
Please include an e-mail address if this might need a dialogue!
==============
franchescamullin at gmail.com
What steps will reproduce the problem?
1. This is my trivial example:
namespace MyLib…
-
```
I use protogen.exe to generate .cs files from .proto files, but the options are
missing, eg.
message MyMessage {
option (my_option) = ...;
}
I can not see my_option in the generated .cs fil…
-
```
Please include an e-mail address if this might need a dialogue!
==============
franchescamullin at gmail.com
What steps will reproduce the problem?
1. This is my trivial example:
namespace MyLib…
-
```
Please include an e-mail address if this might need a dialogue!
==============
franchescamullin at gmail.com
What steps will reproduce the problem?
1. This is my trivial example:
namespace MyLib…
-
Apparently, -lprotobuf doesn't pull in abseil libs. Some of the below can be hacked around by explicitly linking against some of the abseil libs, but I'm not sure about one of them.
```
c++ -std=…
-
Follow-up to: https://github.com/kubernetes-sigs/cluster-api/pull/11074#discussion_r1732579892
This issue is about improving the "Waiting for Node volumes to be detached" log message added in #11…