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

Allowing new lines in object initializers #1113

Merged
merged 2 commits into from
Jan 15, 2024
Merged

Conversation

belav
Copy link
Owner

@belav belav commented Jan 6, 2024

closes #1110

}
}
var files = Directory.EnumerateFiles(
"C:\\projects\\csharpier-repos",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uhm... could you add a readme file explaining that this is tool for finding test cases in csharpier-repos?
Maybe a sentence or two explaining how to use it (either here, or in the contributing/development doc) along with maybe a link to the repo?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, you want to split that out into a separate PR?
This will make no sense for anyone looking at the history at a later date.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me, and I figured out a cleaner way to split a PR just now, at least when the changes are all in different files.

Cherry pick to new branch without commiting, only stage the files you want then commit, force push over current branch.

#1121

@belav belav force-pushed the allow-lines-in-initializers branch from c6fdd81 to e8f69c0 Compare January 12, 2024 18:26
@belav belav merged commit 207353a into main Jan 15, 2024
3 checks passed
@belav belav deleted the allow-lines-in-initializers branch January 15, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow empty/blank lines in object initializers
2 participants