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 readonlyfields converted to properties. - Breaking change:
EventTypeEnumis nowEventType. - Breaking change: custom
KeyValuePair<K, V>has been replaced by the standardSystem.Collections.Generic.KeyValue<TKey, TValue>for better compatibility. - Breaking change:
EnumerationDirectionis nowDirection. - Breaking change:
[Serializable]attribute removed. Cf. BinaryFormatter security guide.