<PackageReference Include="Google.Protobuf" Version="3.34.2" />

Google.Protobuf.Reflection.DescriptorValidationException

Thrown when building descriptors fails because the source DescriptorProtos are not valid.
namespace Google.Protobuf.Reflection { public sealed class DescriptorValidationException : Exception { public string ProblemSymbolName { get; } public string Description { get; } } }