protobuf/csharp/protos
Jon Skeet d4ec70fdd3 Fix C# optional field reflection when there are regular fields too
Previous tests didn't spot this as each message was either "all
optional" or "all non-optional", at which point there isn't a problem.
2020-07-14 08:01:05 +01:00
..
map_unittest_proto3.proto
old_extensions1.proto Tests for issue 6822 2019-10-30 09:46:24 +00:00
old_extensions2.proto Tests for issue 6822 2019-10-30 09:46:24 +00:00
README.md
unittest_custom_options_proto3.proto Fix typos (#7050) 2020-01-08 10:18:20 -08:00
unittest_import_proto3.proto
unittest_import_public_proto3.proto
unittest_import_public.proto
unittest_import.proto
unittest_issue6936_a.proto Rename files and revert changes to generate protos script 2019-12-03 10:52:24 -06:00
unittest_issue6936_b.proto Rename files and revert changes to generate protos script 2019-12-03 10:52:24 -06:00
unittest_issue6936_c.proto Rename files and revert changes to generate protos script 2019-12-03 10:52:24 -06:00
unittest_issues.proto Fix C# optional field reflection when there are regular fields too 2020-07-14 08:01:05 +01:00
unittest_proto3.proto Fix typos (#7050) 2020-01-08 10:18:20 -08:00
unittest_selfreferential_options.proto add tests for selfreferential options 2020-05-11 11:18:49 +02:00
unittest.proto Fix typos (#7050) 2020-01-08 10:18:20 -08:00

This directory contains unit test protos adapted from those in src/google/protobuf, and C#-specific test protos for regression tests against bugs found in the C# codegen or library.