aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/TestProtos/TestMessagesProto3.cs
Commit message (Collapse)AuthorAgeFilesLines
* Update the comment on the message_type to cover what it should be.Thomas Van Lenten2017-07-261-3/+3
|
* fix php failing list and csharp generated protoYilun Chong2017-07-051-211/+215
|
* remove leading whitespace in C# xml commentsJan Tattermusch2016-12-121-13/+13
|
* Factored Conformance and Benchmark test messages into shared test schema. ↵Joshua Haberman2016-12-031-0/+3688
(#1971) * Factored Conformance test messages into shared test schema. * Updated benchmarks to use new proto3 message locations. * Fixed include path. * Conformance: fixed include of Python test messages. * Make maven in Rakefile use --batch-mode. * Revert changes to benchmarks. On second thought I think a separate schema for CPU benchmarking makes sense. * Try regenerating C# protos for new test protos. * Removed benchmark messages from test proto. * Added Jon Skeet's fixes for C#. * Removed duplicate/old test messages C# file. * C# fixes for test schema move. * Fixed C# to use the correct TestAllTypes message. * Fixes for Objective C test schema move. * Added missing EXTRA_DIST file.