-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fixes #57: Improves inheritdoc so that developer documentation is properly referenced on the autogenerated interfaces #63
base: master
Are you sure you want to change the base?
Conversation
…perly referenced on the autogenerated interfaces
Hi @ChaseFlorell, There seem to be a lot of whitespace changes - have you run csharpier? Usually the pipeline runs for pull requests and I think you'd have received a lint failure notification - I don't know why it didn't today. |
I have not, I'm not sure how to run it TBH. I'll take a look |
This is what's in the pipeline - you should be able to run the same locally.
... I think running without |
Got it, thanks |
For first time contributors, package maintainers (only me currently) have to approve the pipeline run. I really like the PR, if you can get it "green" I will merge it asap |
I'm not quite sure what's missing. I ran |
@ChristianSauer I did push a new version, I'm wondering if you can rerun the pipeline? |
based on the comments in #57, by using a
cref
back to the original implementation, we are able to get intellisense working off of autogenerated interfaces.Resolves #57