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
Compiling the following snippet in a dotnet interactive session (either in Visual Studio Code or with the command line dotnet fsi) fails with an error similar to error FS0192: internal error: duplicate entry 'f@6' in type index table (with an entry name that is not constant):
openSystemletf(start:DateTime)(stop:DateTime)(input:(DateTime * 'a) list)=[for i in start.Ticks .. stop.Ticks ->
input |> List.where (fun(k,v)->true)]
I wasn't able to isolate the problem further.
This is also failing in a Polyglot Notebook with error input.fsx (1,1)-(1,1) interactive error internal error: Duplicate type name within an assembly....
Known workarounds
I couldn't find any.
Related information
Provide any related information (optional):
I'm running Windows 11, and I just updated my .NET SDK version just in case: