All Versions
23
Latest Version
Avg Release Cycle
42 days
Latest Release
1279 days ago

Changelog History
Page 1

  • v6.2.0 Changes

    September 26, 2020

    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 Standard 2.0 or .NET Framework 4.6.1
    • โœ… System.Waf.Wpf and System.Waf.UnitTesting.Wpf: .NET Core 3.1 or .NET Framework 4.6.1
    • System.Waf Solution: Visual Studio 2019
    • NewsReader Solution: Visual Studio 2019

    ๐Ÿ”„ Changelog

    • WAF: TraceSourceExtensions improve nullable annotations.
  • v6.2.0-alpha1 Changes

    August 04, 2020
    • ๐Ÿ‘ WAF: Extend WeakEvent class to support weak events for static events in a platform independent way.
  • v6.1.0 Changes

    July 18, 2020

    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 Standard 2.0 or .NET Framework 4.6.1
    • โœ… System.Waf.Wpf and System.Waf.UnitTesting.Wpf: .NET Core 3.1 or .NET Framework 4.6.1
    • System.Waf Solution: Visual Studio 2019
    • NewsReader Solution: Visual Studio 2019

    ๐Ÿ”„ Changelog

    • WAF StringHelper.Truncate improve nullable annotation.
  • v6.1.0-alpha4 Changes

    June 14, 2020
    • WAF Add ValidationHelper class and use it in ValidatableModel instead of Validator. Now, the ValidatableModel lists all found validation errors and the validation method is faster.
  • v6.1.0-alpha3 Changes

    May 31, 2020
    • ๐Ÿšš WAF WeakEvent: multiple calls of Remove must remove handler just once.
    • ๐Ÿ”€ WAF Use new WeakEvent implementation in ObservableListView and SynchronizingCollection.
  • v6.1.0-alpha2 Changes

    May 18, 2020
    • WAF: WeakEvent keep event handler alive throughout the lifetime of the target.
  • v6.1.0-alpha1 Changes

    May 16, 2020
    • WAF: Add WeakEvent class which provides weak event implementations for the most common events in a platform independent way.
    • ๐ŸŒฒ Samples: Improve logging.
  • v6.0.1 Changes

    May 02, 2020

    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 Standard 2.0 or .NET Framework 4.6.1
    • โœ… System.Waf.Wpf and System.Waf.UnitTesting.Wpf: .NET Core 3.1 or .NET Framework 4.6.1
    • System.Waf Solution: Visual Studio 2019
    • NewsReader Solution: Visual Studio 2019

    ๐Ÿ”„ Changelog

    • WAF: ViewModelCore.Initialize calls first OnInitialize and then sets the DataContext.
  • v6.0.0 Changes

    March 18, 2020

    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 Standard 2.0 or .NET Framework 4.6.1
    • โœ… System.Waf.Wpf and System.Waf.UnitTesting.Wpf: .NET Core 3.1 or .NET Framework 4.6.1
    • System.Waf Solution: Visual Studio 2019
    • NewsReader Solution: Visual Studio 2019

    ๐Ÿ”„ Changelog

    • โšก๏ธ WAF: Update version numbers.
  • v6.0.0-alpha3 Changes

    March 06, 2020
    • WAF: Add TraceSourceExtensions