Skip to content

System.Waf

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbe2277 jbe2277 released this 11 Mar 20:54

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: ObservableListViewCore uses weak events to listen for the CollectionChanged event.
  • WAF: [Obsolete] Mark ObservableListView (WPF) as obsolete.