protobuf/csharp/protos
Jon Skeet e2f845b2f1 Test proto and unit test for issue #9605
This doesn't test *all* possibilities (e.g. the field being a
wrapper, or a message field, etc) - but I'm fairly confident that I
found all the places referring to the case.
2022-03-30 16:33:00 +01:00
..
map_unittest_proto3.proto Remove non-C# options from C#-only test protos 2017-11-14 07:31:59 +00:00
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 Move C#-only test protos to csharp/protos 2017-11-12 15:29:15 +00:00
unittest_custom_options_proto3.proto Fix typos (#7050) 2020-01-08 10:18:20 -08:00
unittest_import_proto3.proto Remove non-C# options from C#-only test protos 2017-11-14 07:31:59 +00:00
unittest_import_public_proto3.proto Remove non-C# options from C#-only test protos 2017-11-14 07:31:59 +00:00
unittest_import_public.proto Add test protos to test project 2019-08-23 17:16:36 -05:00
unittest_import.proto Add test protos to test project 2019-08-23 17:16:36 -05:00
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 Test proto and unit test for issue #9605 2022-03-30 16:33:00 +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.