8000 Release System.Waf · jbe2277/waf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

System.Waf

Compare
Choose a tag to compare
4F88
@jbe2277 jbe2277 released this 25 Jun 17:38

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 and System.Waf.UnitTesting.Core: .NET 6.0 or .NET Standard 2.0
  • System.Waf.Wpf and System.Waf.UnitTesting.Wpf: .NET 6.0 or .NET Framework 4.7.2

Samples

  • Writer, Book Librarary and Information Manager: .NET 8.0
  • NewsReader: .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.
0