You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not necessarily something the EF team is planning to tackle directly but wanted to start this issue to gather more information from the F# community and potentially improve our understanding of gaps in other areas besides the obvious in code generation.
F# Records have some relevant characteristics that are different from classes, e.g.:
Immutable by default and terse copy and update syntax in the language
Reference types by default but can be structs
Structural equality
The text was updated successfully, but these errors were encountered:
Filing this based on community feedback:
This is not necessarily something the EF team is planning to tackle directly but wanted to start this issue to gather more information from the F# community and potentially improve our understanding of gaps in other areas besides the obvious in code generation.
F# Records have some relevant characteristics that are different from classes, e.g.:
The text was updated successfully, but these errors were encountered: