• Jon Skeet's avatar
    First part of making the C# runtime work with the new codegen. · f3504cf3
    Jon Skeet authored
    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...
    f3504cf3
FieldDescriptor.cs 24.9 KB