Releases: protobuf-net/protobuf-net
Releases · protobuf-net/protobuf-net
3.2.45
What's Changed
- investigate #1084 - fix typo in
GetSetMethod
by @mgravell in #1086 - Fix-10777 DataContractAnalyzer crashes on partial classes by @DomasM in #1105
- try net8 packaging by @mgravell in #1113
- Sort order of Serializer.GetProto() as reported in #1102 by @jfbourke in #1123
- Support serializing ISet and IReadOnlySet by @ladeak in #1118
- Suppress CS8981 in generated protos by @xPaw in #1107
- don't emit CS8981 in down-level compilers by @mgravell in #1125
- lib rev and noise reduction by @mgravell in #1129
- Adds New SchemaGeneration Flag for Generating Prefixed Enum Members by @ThaTechMaestro in #1133
- Add SubtypesCount public get-only property to the MetaType object by @AgentFire in #1127
- Add NestedTypes to DynamicallyAccessedMember use by @yaakov-h in #817
- Fix the warning output for the CS0078 rule by @rstm-sf in #1171
- Add IComparable and IEquatable to WellKnownTypes.Timestamp by @alexcox in #1165
New Contributors
- @DomasM made their first contribution in #1105
- @jfbourke made their first contribution in #1123
- @ThaTechMaestro made their first contribution in #1133
- @AgentFire made their first contribution in #1127
- @rstm-sf made their first contribution in #1171
- @alexcox made their first contribution in #1165
Full Changelog: 3.2.30...3.2.45
3.2.30
What's Changed
[DefaultValue]
attribute roslyn analyzers by @DeagleGross in #1040- Implement
DateOnly
andTimeOnly
by @mgravell in #1100
Full Changelog: 3.2.26...3.2.30
3.2.26
- support
IncludeInOutput
on .proto additional files, to exclude from code-gen (#1032, #1046, #1047, #1062 by @kmosegaard and @dxdjgl) - support
Uri
in schema-generation asstring
(#1072 by @Matti-Koopa)
What's Changed
- Add suppress option to exclude files from code generation. by @kmosegaard in #1032
- Fixed problem with IncludeInOutput not being specified (#1045) by @dxdjgl in #1046
- #1045 solution now more robust by @dxdjgl in #1047
- #1061 replacement of delimitor by @dxdjgl in #1062
- Fixed Problem with Uri Schema Generation (#59) by @Matti-Koopa in #1072
New Contributors
- @kmosegaard made their first contribution in #1032
- @Matti-Koopa made their first contribution in #1072
Full Changelog: 3.2.16...3.2.26