hazelcast / hazelcast/hazelcast-csharp-client
`record` Cannot be Used without Having Default ctor in LINQ
Open
Jira
Type: Enhancement
- Dominant language
- C#
- Stars
- 107
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.