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

fixing issue with interpolated verbatim string literal #222

Merged
merged 3 commits into from
May 21, 2021
Merged

Conversation

belav
Copy link
Owner

@belav belav commented May 19, 2021

also fixing some issues with unit tests
closes #221

Copy link
Collaborator

@shocklateboy92 shocklateboy92 left a comment

Choose a reason for hiding this comment

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

Boy, line endings is turning out to be a real can of worms, eh...

- run: |
dotnet tool restore
dotnet csharpier --check
# check_formatting:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Commented out code in revision control is generally not a good thing 😏

Copy link
Owner Author

Choose a reason for hiding this comment

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

I think this is the last bug that has been screwing me over because when I format code locally it doesn't match how this action thinks the code should be formatted.

@belav belav merged commit b657585 into master May 21, 2021
@belav belav deleted the more-verbatim branch May 21, 2021 03:36
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.

Interpolated verbatim string is not handling line endings
2 participants