From 988b381c839e60958be7a4111860b07d64c0b53b Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 18 Sep 2018 07:32:45 +0100 Subject: Add comment about FileDescriptor not exposing a declaration --- .../src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs b/csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs index b3237455..fc75e3e7 100644 --- a/csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs +++ b/csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs @@ -42,6 +42,9 @@ namespace Google.Protobuf.Test.Reflection { static readonly FileDescriptor unitTestProto3Descriptor = LoadProtos(); + // Note: we don't expose a declaration for FileDescriptor as it doesn't have comments + // at the moment and the locations aren't terribly useful. + [Test] public void ServiceComments() { -- cgit v1.2.3