hazelcast-csharp-client icon indicating copy to clipboard operation
hazelcast-csharp-client copied to clipboard

`record` Cannot be Used without Having Default ctor in LINQ

Open emreyigit opened this issue 3 years ago • 0 comments

LINQ relies on default ctor. If record doesn't provide a default ctor, it fails. During expression bindings, we may look for alternative ctors and use one of them at least with empty objects. Later, column projector can assign the properties.

emreyigit avatar Feb 23 '23 14:02 emreyigit