aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-04-28 14:49:49 +0100
committerJon Skeet <jonskeet@google.com>2015-04-28 14:53:24 +0100
commitf3504cf3b1d456a843e8242fdee9ba0bf2991dc1 (patch)
tree019441e4649f66f6273a13bcff5dbafbd12fc9b6 /csharp/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
parentb977c3ed63146525064463c33ddfaa96152989ed (diff)
downloadprotobuf-f3504cf3b1d456a843e8242fdee9ba0bf2991dc1.tar.gz
protobuf-f3504cf3b1d456a843e8242fdee9ba0bf2991dc1.tar.bz2
protobuf-f3504cf3b1d456a843e8242fdee9ba0bf2991dc1.zip
First part of making the C# runtime work with the new codegen.
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...
Diffstat (limited to 'csharp/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs')
-rw-r--r--csharp/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs b/csharp/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
index cea5da58..b443ea3a 100644
--- a/csharp/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
+++ b/csharp/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
@@ -32,4 +32,4 @@ using System.Runtime.InteropServices;
// We don't really need CLSCompliance, but if the assembly builds with no warnings,
// that means the generator is okay.
-[assembly: CLSCompliant(true)] \ No newline at end of file
+[assembly: CLSCompliant(false)] \ No newline at end of file