YamlDotNet icon indicating copy to clipboard operation
YamlDotNet copied to clipboard

Support IReadOnlyCollection

Open BenjaminBrienen opened this issue 1 year ago • 2 comments
trafficstars

YamlDotNet.Core.YamlException: No node deserializer was able to deserialize the node into type System.Collections.Generic.IReadOnlyCollection

Properties should not return arraysCA1819

The recommended solution is IReadOnlyCollection, especially if the intent is to have an immutable record.

BenjaminBrienen avatar Nov 15 '24 11:11 BenjaminBrienen