Unclaimed project
Are you a maintainer of protobuf-net? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
protobuf-net
Protocol Buffers library for idiomatic .NET
Back to changelogNew
3.2.45
What's Changed
- investigate #1084 - fix typo in
GetSetMethod by @mgravell in https://github.com/protobuf-net/protobuf-net/pull/1086
- Fix-10777 DataContractAnalyzer crashes on partial classes by @DomasM in https://github.com/protobuf-net/protobuf-net/pull/1105
- try net8 packaging by @mgravell in https://github.com/protobuf-net/protobuf-net/pull/1113
- Sort order of Serializer.GetProto() as reported in #1102 by @jfbourke in https://github.com/protobuf-net/protobuf-net/pull/1123
- Support serializing ISet and IReadOnlySet by @ladeak in https://github.com/protobuf-net/protobuf-net/pull/1118
- Suppress CS8981 in generated protos by @xPaw in https://github.com/protobuf-net/protobuf-net/pull/1107
- don't emit CS8981 in down-level compilers by @mgravell in https://github.com/protobuf-net/protobuf-net/pull/1125
- lib rev and noise reduction by @mgravell in https://github.com/protobuf-net/protobuf-net/pull/1129
- Adds New SchemaGeneration Flag for Generating Prefixed Enum Members by @ThaTechMaestro in https://github.com/protobuf-net/protobuf-net/pull/1133
- Add SubtypesCount public get-only property to the MetaType object by @AgentFire in https://github.com/protobuf-net/protobuf-net/pull/1127
Add NestedTypes to DynamicallyAccessedMember use by @yaakov-h in https://github.com/protobuf-net/protobuf-net/pull/817Fix the warning output for the CS0078 rule by @rstm-sf in https://github.com/protobuf-net/protobuf-net/pull/1171Add IComparable and IEquatable to WellKnownTypes.Timestamp by @alexcox in https://github.com/protobuf-net/protobuf-net/pull/1165New Contributors
- @DomasM made their first contribution in https://github.com/protobuf-net/protobuf-net/pull/1105
- @jfbourke made their first contribution in https://github.com/protobuf-net/protobuf-net/pull/1123
- @ThaTechMaestro made their first contribution in https://github.com/protobuf-net/protobuf-net/pull/1133
- @AgentFire made their first contribution in https://github.com/protobuf-net/protobuf-net/pull/1127
- @rstm-sf made their first contribution in https://github.com/protobuf-net/protobuf-net/pull/1171
- @alexcox made their first contribution in https://github.com/protobuf-net/protobuf-net/pull/1165
Full Changelog: https://github.com/protobuf-net/protobuf-net/compare/3.2.30...3.2.45