aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/ExtendableMessage.cs
Commit message (Collapse)AuthorAgeFilesLines
* Copyright fixes, a bit of documentation, and removed unnecessary using ↵Jon Skeet2008-08-141-3/+17
| | | | directives.
* More tests, and a bug fix.Jon Skeet2008-08-141-1/+1
|
* The great generics revisiting.Jon Skeet2008-08-141-7/+7
|
* Added DynamicMessage and ExtendableBuilder, along with the first supporting ↵Jon Skeet2008-08-141-2/+17
| | | | tests.
* Implemented GeneratedExtension, although list handling may be incorrect.Jon Skeet2008-08-141-4/+4
|
* Initial support for services and extensions. Incomplete, but enough to get ↵Jon Skeet2008-08-141-0/+165
generated unit test files to compile.