Releases: sestoft/C5
Releases · sestoft/C5
v3.0
- C5 now targets .NET Standard 2.0, .NET 6.0 and .NET 8.0.
- Breaking change:
Rec<T1, T2, ...>
type removed. UseValueTuple<T1, T2, ...>
instead. - Breaking change: All
public readonly
fields converted to properties. - Breaking change:
EventTypeEnum
is nowEventType
. - Breaking change: custom
KeyValuePair<K, V>
has been replaced by the standardSystem.Collections.Generic.KeyValue<TKey, TValue>
for better compatibility. - Breaking change:
EnumerationDirection
is nowDirection
. - Breaking change:
[Serializable]
attribute removed. Cf. BinaryFormatter security guide.