·
7 commits
to main
since this release
Changes since 10.2.0:
- Fixed a potential crash when MONO_XDEBUG is used with assemblies loaded by data or reflection only.
- README was ported to markdown. (Elliot Vadi-Ozolins)
- Added Line Services and Page Services implementations to WPF, which should make some System.Windows.Documents APIs work. (Brendan McGrath)
- Replicated a .NET Framework bug where
List<T>.ForEach(Action<T>)
does not check for modifications to the list during iteration. (fixes crashes in Sword of the Stars: The Pit, and Marvin's Mittens) - Fixed
System.Windows.Forms.Application.EnableVisualStyles()
not having any effect. (fixes WineHQ#57259) - Fixed exception when calling
SoundPlayer.Stop()
without callingSoundPlayer.Play()
first. (fixes WineHQ#58752) - Technical:
- The build environment has been updated to Debian Trixie.
- Fixed a Mono-internal string hash function not using the first character in its calculation.
- WPF assemblies now have PDB files. (Brendan McGrath)
- Upstream updates:
- llvm-mingw to 20251007
- SDL3 to 3.2.24
- FNA to 25.10