aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Reflection/PartialClasses.cs
Commit message (Collapse)AuthorAgeFilesLines
* Make FieldDescriptor.IsPacked work appropriately.Jon Skeet2015-08-081-0/+12
| | | | | This is a bit of a grotty hack, as we need to sort of fake proto2 field presence, but with only a proto3 version of the descriptor messages (a bit like oneof detection). Should be okay, but will need to be careful of this if we ever implement proto2.
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+47
We'll see what I've missed when CI fails...