-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Removed python naming conventions from samples - closes #2155 #2303
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
Conversation
thank you @daniel-loudon |
Codecov Report
@@ Coverage Diff @@
## master #2303 +/- ##
==========================================
- Coverage 71.16% 71.14% -0.02%
==========================================
Files 780 779 -1
Lines 140338 140208 -130
Branches 16043 16019 -24
==========================================
- Hits 99866 99748 -118
+ Misses 36021 36020 -1
+ Partials 4451 4440 -11
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daniel-loudon you will need to rebase and resolve one or two conflicts, before merging.
thanks for the change.
I am having issues with fetching from my upstream. Nothing is being fetched. And then after I sync, everything I expected to be fetched is ready to be pushed. Is it because I am doing a pull request from my master? Is there any way I can do the merge changes on here and then commit it and try sort out the issues with my fork |
Yep. I have had issues with visual studio and fetching from this repository. |
Fixes #2155 - C# samples should use C# naming conventions and not python naming conventions. Second PR on this issue because last PR had issues