Vogen icon indicating copy to clipboard operation
Vogen copied to clipboard

at least one example test for `ref struct`

Open dzmitry-lahoda opened this issue 2 years ago • 1 comments

dzmitry-lahoda avatar Jan 23 '22 08:01 dzmitry-lahoda

Good idea! Vogen doesn't current support these as everything implements IEquatable<T>.

But it should support them. We'll need to add constraints that ref structs can't have any 'conversions' (TypeConverter, Dapper, System.Text.Json, Newtonsoft.Json etc)

SteveDunn avatar Feb 21 '22 21:02 SteveDunn