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
F# to C# interop breaks after upgrading to RC 2. When you have more than one type in the f# library, you can't access the properties (members of a record and cases of an union) of the first type.
Description
F# to C# interop breaks after upgrading to RC 2. When you have more than one type in the f# library, you can't access the properties (members of a record and cases of an union) of the first type.
For example, this below will fail:
F# Library: Library.fs:
C# Console: Program.cs
Configuration
.NET 7 RC2. Behaves the same on mac and windows.
Regression?
It worked well in RC1.
Other information
https://github.com/gdar91/Rc2FsCs
The text was updated successfully, but these errors were encountered: