Skip to content

fix(js/ts): pass TypeInfo to getRecordFields to handle None fields in anonymous records#4704

Merged
MangelMaxime merged 1 commit into
mainfrom
fix-anonymous-record-getRecordFields
Jun 30, 2026
Merged

fix(js/ts): pass TypeInfo to getRecordFields to handle None fields in anonymous records#4704
MangelMaxime merged 1 commit into
mainfrom
fix-anonymous-record-getRecordFields

Conversation

@MangelMaxime

Copy link
Copy Markdown
Member

Fix #3477

There is still a limitation which is if people box the anonymous record we can't/don't retrieve the type information. But this still provide a better coverage hopefully.

@MangelMaxime
MangelMaxime merged commit c977d78 into main Jun 30, 2026
31 checks passed
@MangelMaxime
MangelMaxime deleted the fix-anonymous-record-getRecordFields branch June 30, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FSharpValue.GetRecordFields skips None values with anonymous records

1 participant