Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use static type annotations for Chart and Tracestyle methods and extensions #71

Closed
kMutagene opened this issue Apr 13, 2021 · 1 comment

Comments

@kMutagene
Copy link
Member

Related: #70

While leaving an optional parameter as 'A in F# works just fine, specific annotations for these parameters are mandatory in C# (see linked issue), making the Chart API hard to use in those cases where no type annotation is set in the source code.

Static type annotations solve this problem and should be set for the main API at least.

@kMutagene
Copy link
Member Author

This is the standard in the code base now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant