Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for Windows Forms, V7.1.2 (Read 211 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 740
Joined: Apr 6th, 2003
Diagramming for Windows Forms, V7.1.2
Dec 29th, 2025 at 7:04am
Print Post  
Version 7.1.2 is a maintenance release addressing removal of BinaryFormatter from .NET 10:

API changes
  • Complex Tag and Id objects (class or struct instances) are now saved using System.Xml.Serialization.XmlSerializer when saving a diagram to XML. SerializeTag and DeserializeTag events still allow you to implement custom serialization. You can continue to serialize tags in binary format by setting the UseXmlSerializer property of XmlOptions to false (and adding the System.Runtime.Serialization.Formatters NuGet package to .NET 10 projects).
  • Complex Tag and Id objects (class or struct instances) are now saved using System.Text.Json.JsonSerializer when saving a diagram to JSON. JsonSerializeTag and JsonDeserializeTag events still allow you to implement custom serialization.
  • Clipboard data is now saved in XML format by default. You can revert to the binary format by setting XmlClipboard to false (e.g. if using custom DiagramItem types that only implement binary serialization).

Installer for the latest version can be downloaded here, or from the clients area on our site:
https://www.mindfusion.dev/FCNetDemo.zip

Updated assemblies are also available as MindFusion.Diagramming NuGet package.

Enjoy!
« Last Edit: Mar 5th, 2026 at 3:31pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint