You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will believe that the rest of the code is part of a string, since it parses the \" after my-project as an escape key, instead of respecting the literal.
For instance,
string path = @"C:\Work\Projects\my-project\" + assetType.ToString();will believe that the rest of the code is part of a string, since it parses the
\"after my-project as an escape key, instead of respecting the literal.