-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Fix invalid CodeDom comment generation when a new line starts with a slash #56640
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
src/libraries/System.CodeDom/tests/System/CodeDom/Compiler/CSharpCodeGenerationTests.cs
Outdated
Show resolved
Hide resolved
Test failure is #56649 |
LGTM, could you please change to SkipOnTargetFrameworks as suggested? |
@danmoseley I just realized there's no need to insert a space when generating an ordinary comment (e.g. |
Up to you as long as there's tests 🙂 |
8a28709
to
e8a9331
Compare
@danmoseley I noticed that the filename wasn't updated to StringExtensions.cs, so I did that and squashed into my last commit which introduced the file. |
Oops thanks |
546fcb3
to
e590303
Compare
GitHub showed that conflicts with main arose in the last week. I used a force push to fix this since no one has reviewed yet. |
src/libraries/System.CodeDom/tests/System/CodeDom/Compiler/VBCodeGenerationTests.cs
Show resolved
Hide resolved
Unrelated failures. Thanks for the fix @jnm2 ! |
Fixes #56267