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

Named arguments #20

Closed
davidgrenier opened this issue Apr 19, 2013 · 2 comments
Closed

Named arguments #20

davidgrenier opened this issue Apr 19, 2013 · 2 comments

Comments

@davidgrenier
Copy link

Not so sure this fails only for attributes or constructors in general but it broke the following line:

[<AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)>]

Like so:

[<AspNetCompatibilityRequirements(RequirementsMode 
                                  = AspNetCompatibilityRequirementsMode.Allowed)>]

Which doesn't compile.

@dungpa
Copy link
Contributor

dungpa commented Apr 19, 2013

I have fixed this issue this morning. Can you verify if it works with the master branch or v 0.9.0 on NuGet?

@davidgrenier
Copy link
Author

Oh ok,

I can't really, I had pasted code in Taha's tool and obviously can't go about updating his site.

I propose we close this issue.

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

2 participants