hellosign / hellosign-dotnet-sdk

A .NET SDK for the HelloSign API
MIT License
26 stars 29 forks source link

Use the verbatim identifier to escape backslashes in file paths. #102

Closed TylerDM closed 2 years ago

TylerDM commented 3 years ago

When using string literals to represent Windows file paths in C#, you need to escape the backslashes (which are escape characters in C# strings) via \\ or using the verbatim identifier @"". Failing to do so produces compile time errors. I modified the code examples to use the verbatim identifier.

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

TylerDM commented 2 years ago

Cannot sign CLA as the page is blank.
image