Improve discovery for F# explicit fields #12923
Labels
area-F#
area-model-building
area-proxies
customer-reported
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
type-enhancement
Milestone
I'm trying to use EF Core 2.1 from F# with lazy loading proxies, but keep running into:
When we follow the recommended workaround to add abstract fields, they end up with an appended
@
symbol.In this case, I have:
If view it in JustDecompile to C# or similar app, the field is:
This is the behavior of F# explicit fields.
All the fields I have are this way. Is there a way to map F# explicit fields so that EF 2.1 lazy loaded proxies work? This doesn't work, but this was the direction I was going:
The text was updated successfully, but these errors were encountered: