protobuf-net.Reflection 3.4.14

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
39
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
40
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
41
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
46
Confluent.SchemaRegistry.Serdes.Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
48

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

.NET Framework 4.6.2

.NET Standard 2.0

Version Downloads Last updated
3.4.14 1 08/24/2026
3.4.0 3 08/21/2026
3.3.21 4 08/19/2026
3.3.8 7 08/14/2026
3.3.0 7 08/14/2026
3.2.52 46 03/19/2026
3.2.46 39 03/20/2026
3.2.12 46 03/20/2026
3.2.8 48 03/20/2026
3.2.0 44 03/20/2026
3.1.33 40 03/20/2026
3.1.25 45 03/20/2026
3.1.22 43 03/20/2026
3.1.17 47 03/20/2026
3.0.101 46 03/20/2026
3.0.73 40 03/20/2026
3.0.62 47 03/20/2026
3.0.52 49 03/20/2026
3.0.29 41 03/20/2026
3.0.27 41 03/20/2026
3.0.24 44 03/20/2026
3.0.21 42 03/20/2026
3.0.0 43 03/20/2026
3.0.0-alpha.155 44 03/20/2026
3.0.0-alpha.154 33 03/20/2026
3.0.0-alpha.152 41 03/20/2026
3.0.0-alpha.150 43 03/20/2026
3.0.0-alpha.143 46 03/20/2026
3.0.0-alpha.128 43 03/20/2026
3.0.0-alpha.122 41 03/20/2026
3.0.0-alpha.103 49 03/20/2026
3.0.0-alpha.91 39 03/20/2026
2.3.17 46 03/20/2026
2.3.16 40 03/20/2026
1.0.10 50 03/20/2026
1.0.8 46 03/20/2026
1.0.6 45 03/20/2026
1.0.2 43 03/20/2026
1.0.0 45 03/20/2026
0.9.1-alpha 42 03/20/2026
0.9.0 41 03/20/2026