-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Description
Is the latest FSharp.Compiler.Service (25.0.1) with FSharp.Core (4.6) supposed to work with anonymous records, or its newer version is needed? In my test project based on the above packages a script with anonymous records fails, such a syntax is not recognized.
Repro steps
- FSharp.Compiler.Service (25.0.1)
- FSharp.Core (4.6)
- Target framework net45
Invoke some script with anonymous records.
Expected behavior
The script with anonymous records is compiled and invoked.
Actual behavior
The compilation fails due to not recognized syntax.
Known workarounds
None.