hl2sdk/thirdparty/protobuf-3.21.8/csharp/protos
Nicholas Hastings c5d57c03ee
Update Protobuf and add protos for CS2 (#176)
* Replace protobuf 2.6.1 with 3.21.8

* Update/add protobuf libs

* Add CS2 protos

* Remove old csgo/dota protos

* Add versioned protoc bin

* Comment out Valve's `schema` define for now

* Use ENetworkDisconnectionReason

* Fix-up `offsetof` to avoid errors on some Clang versions
2023-11-15 23:58:12 +00:00
..
map_unittest_proto3.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
old_extensions1.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
old_extensions2.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
README.md Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_custom_options_proto3.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_import_proto3.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_import_public_proto3.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_import_public.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_import.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_issue6936_a.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_issue6936_b.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_issue6936_c.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_issues.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_proto3.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest_selfreferential_options.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unittest.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00: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.