-
```
Hi
Is there any datacontract resolver to resolve inheritance problem?
or Does it support protobuf-net support surrogate?
thanks.
```
Original issue reported on code.google.com by `sayya...@gmail…
-
```
Hi
Is there any datacontract resolver to resolve inheritance problem?
or Does it support protobuf-net support surrogate?
thanks.
```
Original issue reported on code.google.com by `sayya...@gmail…
-
```
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The following test case can see the hash value difference.
import java.io.File;
import junit.framewor…
-
**Describe the bug**
When archivists enter the genre term "Photographic Prints" in ArchivesSpace, it appears as "photographic_prints" in the catalog.
**Steps to replicate**
https://catalog.princ…
-
```
I would like to add the option 'make_properties_protected' and expose it to my
.proto files.
So when protobuf-net converts my .proto files into .cs files, I could let it
make the properties 'pr…
-
```
I would like to add the option 'make_properties_protected' and expose it to my
.proto files.
So when protobuf-net converts my .proto files into .cs files, I could let it
make the properties 'pr…
-
```
I would like to add the option 'make_properties_protected' and expose it to my
.proto files.
So when protobuf-net converts my .proto files into .cs files, I could let it
make the properties 'pr…
-
```
I would like to add the option 'make_properties_protected' and expose it to my
.proto files.
So when protobuf-net converts my .proto files into .cs files, I could let it
make the properties 'pr…
-
```
I would like to add the option 'make_properties_protected' and expose it to my
.proto files.
So when protobuf-net converts my .proto files into .cs files, I could let it
make the properties 'pr…
-
```
When compiling the attached .proto file with protogen.exe generating C# code,
the resulting .cs file has a syntax error.
message Test {
enum Foo {
FOO_A = 1;
FOO_B = 2;
}
optional…