aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs
Commit message (Expand)AuthorAgeFilesLines
* C# Proto2 feature : Field presence and default values (#4642)Sydney Acksman2018-09-241-16/+15
* Support creating FileDescriptors dynamically from binary data.Jon Skeet2018-08-201-3/+9
* Support custom options in C#Jon Skeet2017-01-191-0/+5
* Change JSON field name formattingJon Skeet2016-11-031-1/+1
* Regenerate all C# code and make it compileJon Skeet2016-04-201-19/+19
* Refactoring of FieldDescriptorJon Skeet2016-03-301-61/+39
* Code review fixesalien2016-03-291-1/+1
* csharp: add support for the json_name optionalien2016-03-181-0/+6
* Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet2015-11-221-12/+21
* Fix clearing wrapper type fields with reflection.Jon Skeet2015-10-301-1/+1
* Added documentation to generated code.Jon Skeet2015-09-291-1/+1
* Make FieldDescriptor.IsPacked work appropriately.Jon Skeet2015-08-081-3/+5
* Document everything, and turn on errors if we fail to document anything in th...Jon Skeet2015-08-041-5/+32
* First attempt at using profile 259 for Google.Protobuf.Jon Skeet2015-07-271-0/+1
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-221-13/+13
* Revamp to reflection.Jon Skeet2015-07-211-0/+28
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+292