Notes
- This release contains the source code of the Win Application Framework (WAF) and the sample applications. Please build the whole solution before you start one of the sample applications.
Requirements
System.Waf.Core
andSystem.Waf.UnitTesting.Core
: .NET 6.0 or .NET Standard 2.0System.Waf.Wpf
andSystem.Waf.UnitTesting.Wpf
: .NET 6.0 or .NET Framework 4.7.2
Samples
Writer
,Book Librarary
andInformation Manager
: .NET 8.0NewsReader
: .NET 8.0 / MAUI 8.0 (Android, iOS and WinUI 3)
Changelog
- WAF: WeakEvent: Fixed removing of the target handler. Under certain circumstances, the wrong weak handler was collected by the garbage collector.
- WAF: ObservableList: Fixed adding the same item multiple times.
- Writer: Supports command line language settings.
- BookLibrary: Fixed loading of assemblies when CurrentDirectory is not the application folder.
- BookLibrary: Supports command line language settings.
- UITest: Automated UI tests for the Writer and Book Library sample application using the FlaUI library.