Should improve C# accessibility, this would solve one of the two issues why a c# access layer is required!
A suggestion by Vladimir Shchur.
For the API compatibility issues, two points
1) I'd avoid exposing tuples in API at all, they are less self-descriptive than records
2) For optional parameters I'd rather used conditional compilation with [<Optional>] for C#, so C# users will never see FsharpOption<T> type
— Vladimir Shchur (@Lanayx) June 5, 2024
Seems to run for Fable.
REPL
Should improve C# accessibility, this would solve one of the two issues why a c# access layer is required!
A suggestion by Vladimir Shchur.
Seems to run for Fable.
REPL