System.Waf
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
andSystem.Waf.UnitTesting.Core
: .NET Standard 2.0 or .NET Framework 4.6.1System.Waf.Wpf
andSystem.Waf.UnitTesting.Wpf
: .NET Core 3.1 or .NET Framework 4.6.1
Samples
Writer
,Book Librarary
andInformation Manager
: .NET 6.0NewsReader
: Xamarin.Forms 5.0 (Android, iOS and UWP)
Changelog
- WAF: ObservableListViewBase.DeferCollectionChangedNotifications: Improve implementation.
- Samples: Target framework .Net 6.0.
- Samples: Update NuGet packages.
- Samples: Simplify and modernize code.
- Samples: Improve validation of window position and size before restoring them.
- Writer: Writer: Refactor code base so that WPF and File IO based classes are now in Presentation layer.
- InfoMan: Add ShellService.CommitUIChanges.
- NewsReader: Migrate NewsReader to VS2022.
- NewsReader: Update Android to target v12 SDK 31.