Jbe2277 Waf Versions Save

Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.

v6.3.0-alpha1

3 years ago
  • WAF: Add ObservableListViewBase.DeferCollectionChangedNotifications method

v6.2.0

3 years ago

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

3 years ago
  • WAF: Extend WeakEvent class to support weak events for static events in a platform independent way.

v6.1.0

3 years ago

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

3 years ago
  • 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

4 years ago
  • WAF WeakEvent: multiple calls of Remove must remove handler just once.
  • WAF Use new WeakEvent implementation in ObservableListView and SynchronizingCollection.

v6.1.0-alpha2

4 years ago
  • WAF: WeakEvent keep event handler alive throughout the lifetime of the target.

v6.1.0-alpha1

4 years ago
  • 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

4 years ago

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

4 years ago

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.