-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove superfluous empty lines #9653
Remove superfluous empty lines #9653
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Unsure how to proceed given the large number of "missing project" CI errors. |
Hi @Rageking8
For any of the samples that build on .NET 8, these can be fixed by adding a default For projects that need the framework, and require Visual Studio to build, you'll need to create a Visual Studio project file in the same folder, and add a
|
All the errors we care about will be fixed by this PR: #9677. (The other errors are for legacy API code examples.) |
@Rageking8 Can you fix the conflicts? |
I removed the conflicted changes, but the CI will still fail unless we merge main into this branch. (I don't have the repo cloned on my local machine, so its harder to perform this action) |
Learn Build status updates of commit b4f1d3a: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. For any questions, please:
|
Learn Build status updates of commit 11d284e: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. For any questions, please:
|
Learn Build status updates of commit b1ddef7: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. For any questions, please:
|
@gewarren The conflicts and CI errors are resolved. |
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.
THis LGTM.
Thanks for all the work @Rageking8
I'll wait to merge until @gewarren has a chance to review as well.
Summary
Mostly removed leading (just after the start of the snippet) empty lines as those are rendered and make the code snippet unnecessarily long (especially on mobile or smaller viewports). There are also some excess empty lines in between that are removed.