Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Scheduling for WinForms V5.8.5 (Read 130 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 740
Joined: Apr 6th, 2003
Scheduling for WinForms V5.8.5
Feb 15th, 2026 at 10:00am
Print Post  
We have released version 5.8.5 of MindFusion.Scheduling for WinForms. The new version includes:
  • Due to the removal of BinaryFormatter in .NET 9+, complex Tag objects (class or struct instances) are now saved using System.Xml.Serialization.XmlSerializer when saving a schedule to XML. SerializeTag and DeserializeTag 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 9+ projects).
  • Complex Tag objects (class or struct instances) are now saved using System.Text.Json.JsonSerializer when saving a schedule to JSON. JsonSerializeTag and JsonDeserializeTag still allow you to implement custom serialization. This is only available in .NET Core -based builds of the control.
  • JsonSerializeTag event now allows replacing the e.Representation argument with a new JsonObject (old version expected it to be modified by adding child elements).

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

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

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