Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

When opening a previously saved diagram xaml file, the Shape property of a NodePortViewModel is corrupted during deserialization. It changes a comma to a semicolon. This probably has to do with the system wide list separator, but this behavior is not expected and has the following effect.

picture.png

I added the file to be deserialized, you can see the data is written correctly (line 191 file Save Once.txt), but during deserialization the commas are all replaced by semicolons (which happens to be my list separator on my machine). This seems to be no problem, however saving this diagram again will write the Shape with semicolons. See the attached file Saved twice.txt. Reading that file will result in an exception: