Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Loading graph issue if a pin value contains quotes #4

Open
S4RD7R opened this issue Aug 21, 2018 · 2 comments
Open

Loading graph issue if a pin value contains quotes #4

S4RD7R opened this issue Aug 21, 2018 · 2 comments

Comments

@S4RD7R
Copy link

S4RD7R commented Aug 21, 2018

If you add a Pin of type string then try to enter in a string that contains quotes it fails to reload the graph.

It seems to have something to do with the Archive.Rad function where it tries to deserialize the string.

@S4RD7R
Copy link
Author

S4RD7R commented Aug 21, 2018

This seems to fix my issue

var json = $""{value.ToString().Replace(""", "\"")}"";

@miroiu
Copy link
Owner

miroiu commented Aug 23, 2018

Good catch. Submit a pull request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants