-
Notifications
You must be signed in to change notification settings - Fork 212
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
Replace all hard coded directory separators "/" "\\" #28
Labels
Comments
ksavosteev
pushed a commit
that referenced
this issue
Feb 28, 2018
ksavosteev
pushed a commit
that referenced
this issue
Feb 28, 2018
ksavosteev
pushed a commit
that referenced
this issue
Mar 1, 2018
ksavosteev
pushed a commit
that referenced
this issue
Mar 12, 2018
ksavosteev
pushed a commit
that referenced
this issue
Mar 13, 2018
tatarincev
pushed a commit
that referenced
this issue
Mar 19, 2018
* [draft] Add,search,delete,merge lists functionality * #28 wishlist builder service * #28 Lists API refactoring (wishlist class introduced, all api methods now take 'type' property) * #28 PR feedback fixes * #28 caching for search results added * #28 added wishlist limit, litited deletion only for customer's list , further refactoring * Fix for merge cart with the same user - excule user from list of objets to reset primary keys to
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of using hard coded values, use either Path.Combine or Path.DirectorySeparatorChar
The text was updated successfully, but these errors were encountered: