-
Notifications
You must be signed in to change notification settings - Fork 158
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
Fix c# extension methods. #339
Conversation
…annot get the attributes of the current member.
@tpetricek OK I think the owner of the repro needs to add the webhook (http://help.appveyor.com/discussions/questions/203-auto-run-tests-on-pull-requests#comment_33212404). You should be able to login into AppVeyor with your github account and then select "matthid" then you should see the project relevant settings (the webhook url). I hope I got your E-Mail address right in AppVeyor. Alternatively you can login into AppVeyor with your Github account, select your own account and then click the "add project" button on FSharp.Formatting. I think in this scenario AppVeyor will automatically add the hook to GitHub. |
…d this? Change Url to be able to push without password.
… a single member and write an error, workaround for #271 (and future FCS bugs).
All changes look good to me - feel free to merge this & release a new non-alpha! |
This fixes #201 by updating
Yaaf.FSharp.Scripting
and makes[omit]
work, even whenmarkDownComments
is set to false.I also enabled AppVeyor and added a
appveyor.yml
file, will test it as part of this PR.