aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/Descriptors/FileDescriptor.cs
Commit message (Collapse)AuthorAgeFilesLines
* fix commentsJie Luo2015-05-011-3/+3
|
* fix commends from Jon SkeetJie Luo2015-04-301-8/+3
|
* field presence Reflection and testsJie Luo2015-04-291-0/+16
|
* First part of making the C# runtime work with the new codegen.Jon Skeet2015-04-281-113/+80
| | | | | | | | 1) Remove CSharpOptions 2) A new version of DescriptorProtoFile (with manual changes from codegen - it would otherwise be Descriptor.cs) 3) Turn off CLS compliance (which we'll remove from the codebase entirely; I don't think it's actually relevant these days) 4) Add "public imports" to FileDescriptor, with code broadly copied from the Java codebase. Lots more changes to commit before it will build and tests run, but one step at a time...
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+498