protobuf/csharp/protos
Sydney Acksman 8b7fb7d0f4 Add tests for field presence and default values
Adjust APIs for extensions to properly return default values for extensions
Fix issues with IsInitialized and proto2 field reflection
2019-08-23 17:16:36 -05:00
..
map_unittest_proto3.proto Remove non-C# options from C#-only test protos 2017-11-14 07:31:59 +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 Add Oneof custom options test 2017-01-27 11:52:32 -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_issues.proto delete all duplicate empty blanks (#5758) 2019-02-20 19:28:50 -08:00
unittest_proto3.proto delete all duplicate empty blanks (#5758) 2019-02-20 19:28:50 -08:00
unittest.proto Add tests for field presence and default values 2019-08-23 17:16:36 -05: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.