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

Latest
Compare
Choose a tag to compare
@jbe2277 jbe2277 released this 07 Mar 19:06

Notes

  • Build the whole System.Waf solution before you start one of the sample applications.
  • Build the System.Waf solution in Release mode before you run a UI test from the Samples.UITest solution.

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 9.0 / MAUI 9.0 (Android, iOS and WinUI 3)

Changelog

  • WAF: Add TaskHelper.Run overloads with CancellationToken support.
  • WAF: ThrottledAction: Improve performance of the implementation.
  • NewsReader: Migrate to MAUI 9 / .NET 9.
  • BookLib: Use async methods for database access and improve the error handling.
  • Samples: Improve logging of unhandled exceptions.
  • Samples: Reference ValueConverters via Static instead of StaticResource.
  • UITest: Migrate to FlaUI 5 and extend the UI tests.
0