We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de949b commit 3f96a06Copy full SHA for 3f96a06
contrib/protocompiler/README.txt
@@ -1,6 +1,7 @@
1
-Field names in proto definitions may collide with default properties for objects in c#.
+Field names in proto definitions may collide with default properties for objects in C#.
2
This causes ProtoBuffer to crash because of ambigious names.
3
+
4
An example is QuestReward, which has a field 'Item' that collides with the hidden (in c#) property
5
item for collections that is generated for .net languages that dont support indexers...
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