protobuf-net.Reflection 3.4.21

protobuf-net.Reflection

The .proto schema tooling behind protobuf-net, as a library: parse proto2/proto3 schemas into a FileDescriptorSet, inspect or manipulate the descriptors, and generate C# or VB source from them.

var set = new FileDescriptorSet();
set.AddImportPath(".");
set.Add("person.proto", includeInOutput: true);
set.Process();

foreach (var file in CSharpCodeGenerator.Default.Generate(set))
{
    Console.WriteLine(file.Name);
    Console.WriteLine(file.Text);
}

The common imports (google/protobuf/*.proto and friends) are embedded, so they resolve without being on disk. This is the same code generation used by the protogen command-line tool and by protobuf-net.dev; if you just want generated types, prefer one of those, or the build-time generation described below.

More

Showing the top 20 packages that depend on protobuf-net.Reflection.

Packages Downloads
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
42
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
43
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
44
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
45
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
46
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
47
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
48
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
50

https://github.com/protobuf-net/protobuf-net/releases

.NET Framework 4.6.2

.NET Standard 2.0

Version Downloads Last updated
3.4.21 9 08/31/2026
3.4.19 10 08/26/2026
3.4.14 8 08/24/2026
3.4.0 8 08/21/2026
3.3.21 9 08/19/2026
3.3.8 11 08/14/2026
3.3.0 10 08/14/2026
3.2.52 50 03/19/2026
3.2.46 43 03/20/2026
3.2.12 54 03/20/2026
3.2.8 51 03/20/2026
3.2.0 48 03/20/2026
3.1.33 43 03/20/2026
3.1.25 49 03/20/2026
3.1.22 46 03/20/2026
3.1.17 51 03/20/2026
3.0.101 49 03/20/2026
3.0.73 43 03/20/2026
3.0.62 49 03/20/2026
3.0.52 52 03/20/2026
3.0.29 44 03/20/2026
3.0.27 44 03/20/2026
3.0.24 46 03/20/2026
3.0.21 45 03/20/2026
3.0.0 46 03/20/2026
3.0.0-alpha.155 48 03/20/2026
3.0.0-alpha.154 38 03/20/2026
3.0.0-alpha.152 44 03/20/2026
3.0.0-alpha.150 46 03/20/2026
3.0.0-alpha.143 53 03/20/2026
3.0.0-alpha.128 47 03/20/2026
3.0.0-alpha.122 44 03/20/2026
3.0.0-alpha.103 51 03/20/2026
3.0.0-alpha.91 42 03/20/2026
2.3.17 50 03/20/2026
2.3.16 42 03/20/2026
1.0.10 53 03/20/2026
1.0.8 51 03/20/2026
1.0.6 46 03/20/2026
1.0.2 46 03/20/2026
1.0.0 49 03/20/2026
0.9.1-alpha 46 03/20/2026
0.9.0 45 03/20/2026