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
Since we now aim to provide (hopefully) auto-generated native C# bindings, features such as the [<Optional>] and [<DefaultParameter>] attributes for function arguments and the fluid extension in the F# API can be removed and the interop can be handled internally.
The text was updated successfully, but these errors were encountered:
Note that we cannot get rid of the way we extend the Chart type (with nested [] attributes instead of type Chart with) because we cannot access the F# type extension from C# otherwise.
Since we now aim to provide (hopefully) auto-generated native C# bindings, features such as the
[<Optional>]
and[<DefaultParameter>]
attributes for function arguments and the fluid extension in the F# API can be removed and the interop can be handled internally.The text was updated successfully, but these errors were encountered: