Skip to content

.NET default arguments don't work #80

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

Closed
filmor opened this issue Jun 26, 2015 · 3 comments
Closed

.NET default arguments don't work #80

filmor opened this issue Jun 26, 2015 · 3 comments

Comments

@filmor
Copy link
Member

filmor commented Jun 26, 2015

The method overload resolution disregards default arguments for parameters, which renders them useless as you can't skip them.

@theonewolf
Copy link

Is it easy to hack support in for this? I'm currently perusing the source and trying to figure this out.

@tonyroberts
Copy link
Contributor

Take a look at #87, that should point you to the right area of the code I think.

@den-run-ai
Copy link
Contributor

related #59

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

No branches or pull requests

4 participants