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

Use verbatim string literals in C# and F# templates #120

Merged
merged 1 commit into from
Aug 28, 2020
Merged

Use verbatim string literals in C# and F# templates #120

merged 1 commit into from
Aug 28, 2020

Conversation

sbj42
Copy link
Contributor

@sbj42 sbj42 commented Aug 21, 2020

This fixes #119 by using verbatim string literals in the GitInfo C# and F# templates. No change is needed for VB since it does not use escape sequences anyway.

The change is really only necessary for strings that could potentially contain backslashes. But to be safe and consistent I applied the pattern to all strings.

to avoid escape sequence issues
@kzu kzu merged commit 417a3b5 into devlooped:master Aug 28, 2020
@kzu
Copy link
Member

kzu commented Aug 28, 2020

Thanks for your contribution! 💯

@sbj42 sbj42 deleted the issue-119-verbatim-string-literals branch August 31, 2020 01:10
@devlooped devlooped locked and limited conversation to collaborators Sep 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Unrecognized escape sequence" when remote url is a Windows path
2 participants