Skip to content

Commit 3f96a06

Browse files
author
raistlinthewiz
committed
Update contrib/protocompiler/README.txt
1 parent 4de949b commit 3f96a06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contrib/protocompiler/README.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Field names in proto definitions may collide with default properties for objects in c#.
1+
Field names in proto definitions may collide with default properties for objects in C#.
22
This causes ProtoBuffer to crash because of ambigious names.
3+
34
An example is QuestReward, which has a field 'Item' that collides with the hidden (in c#) property
45
item for collections that is generated for .net languages that dont support indexers...
56

6-
easiest way to fix it is to just rename these fields.
7+
Easiest way to fix it is to just rename these fields.

0 commit comments

Comments
 (0)