MindFusion.Scheduling for WPF V3.5.8
Released: Feb 11, 2026
V3.5.8 での更新項目
機能
- Complex Tag objects (class or struct instances) are now saved using System.Xml.Serialization.XmlSerializer when saving a diagram to XML. SerializeTag and DeserializeTag still allow you to implement custom serialization.
- Complex Tag objects (class or struct instances) are now saved using System.Text.Json.JsonSerializer when saving a diagram to JSON. JsonSerializeTag and JsonDeserializeTag still allow you to implement custom serialization. This is only available in .NET Core-based builds of the control.