Skip to content

repeated member of message with suffix "List" cause compile error #108

Open
@leguijun

Description

@leguijun

for example:
message SomethingList {
repeated Something something= 1;
}
protoc.exe generate class SomethingList will have property SomethingList, this cause VS compile error;
The .proto file is from old projects, iOS and other system need talk to, so change the message define maybe dangerous.I tried to find protoc.exe source code but failed, am i missed something? Is there other chance or advise, any suggestions are welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions