All Versions
23
Latest Version
Avg Release Cycle
42 days
Latest Release
1508 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.2.0 Changes
September 26, 2020Notes
- ๐ 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
andSystem.Waf.UnitTesting.Core
: .NET Standard 2.0 or .NET Framework 4.6.1 - โ
System.Waf.Wpf
andSystem.Waf.UnitTesting.Wpf
: .NET Core 3.1 or .NET Framework 4.6.1 System.Waf
Solution: Visual Studio 2019NewsReader
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, 2020Notes
- ๐ 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
andSystem.Waf.UnitTesting.Core
: .NET Standard 2.0 or .NET Framework 4.6.1 - โ
System.Waf.Wpf
andSystem.Waf.UnitTesting.Wpf
: .NET Core 3.1 or .NET Framework 4.6.1 System.Waf
Solution: Visual Studio 2019NewsReader
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, 2020Notes
- ๐ 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
andSystem.Waf.UnitTesting.Core
: .NET Standard 2.0 or .NET Framework 4.6.1 - โ
System.Waf.Wpf
andSystem.Waf.UnitTesting.Wpf
: .NET Core 3.1 or .NET Framework 4.6.1 System.Waf
Solution: Visual Studio 2019NewsReader
Solution: Visual Studio 2019
๐ Changelog
- WAF: ViewModelCore.Initialize calls first OnInitialize and then sets the DataContext.
-
v6.0.0 Changes
March 18, 2020Notes
- ๐ 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
andSystem.Waf.UnitTesting.Core
: .NET Standard 2.0 or .NET Framework 4.6.1 - โ
System.Waf.Wpf
andSystem.Waf.UnitTesting.Wpf
: .NET Core 3.1 or .NET Framework 4.6.1 System.Waf
Solution: Visual Studio 2019NewsReader
Solution: Visual Studio 2019
๐ Changelog
- โก๏ธ WAF: Update version numbers.
-
v6.0.0-alpha3 Changes
March 06, 2020- WAF: Add TraceSourceExtensions