System.Waf.UnitTesting.Core 4.0.0-alpha2

This is a prerelease version of System.Waf.UnitTesting.Core.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.1 or higher.

dotnet add package System.Waf.UnitTesting.Core --version 4.0.0-alpha2
NuGet\Install-Package System.Waf.UnitTesting.Core -Version 4.0.0-alpha2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Waf.UnitTesting.Core" Version="4.0.0-alpha2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Waf.UnitTesting.Core --version 4.0.0-alpha2
#r "nuget: System.Waf.UnitTesting.Core, 4.0.0-alpha2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Waf.UnitTesting.Core as a Cake Addin
#addin nuget:?package=System.Waf.UnitTesting.Core&version=4.0.0-alpha2&prerelease

// Install System.Waf.UnitTesting.Core as a Cake Tool
#tool nuget:?package=System.Waf.UnitTesting.Core&version=4.0.0-alpha2&prerelease

System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This package supports writing unit tests. It is the portable core part that can be used in different application types.

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on System.Waf.UnitTesting.Core:

Package Downloads
System.Waf.UnitTesting.Wpf

System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This package supports writing unit tests of WPF (Windows Presentation Foundation) applications.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on System.Waf.UnitTesting.Core:

Repository Stars
jbe2277/waf
Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.
Version Downloads Last updated
8.0.1 92 6/25/2024
8.0.1-alpha.0.72 109 6/19/2024
8.0.1-alpha.0.33 76 5/4/2024
8.0.0 599 4/2/2024
8.0.0-beta.3 156 3/11/2024
8.0.0-beta.2 206 2/9/2024
8.0.0-beta.1 98 1/5/2024
7.0.1-alpha.0.80 141 12/8/2023
7.0.1-alpha.0.58 126 11/22/2023
7.0.1-alpha.0.57 55 11/20/2023
7.0.1-alpha.0.53 54 11/19/2023
7.0.1-alpha.0.51 311 10/11/2023
7.0.1-alpha.0.49 83 10/7/2023
7.0.1-alpha.0.48 61 10/4/2023
7.0.1-alpha.0.46 66 10/3/2023
7.0.1-alpha.0.45 60 10/2/2023
7.0.1-alpha.0.44 47 9/27/2023
7.0.1-alpha.0.43 45 9/26/2023
7.0.1-alpha.0.40 68 9/25/2023
7.0.1-alpha.0.37 67 9/24/2023
7.0.1-alpha.0.30 70 9/23/2023
7.0.1-alpha.0.25 64 9/22/2023
7.0.0 1,675 2/23/2023
7.0.0-alpha.28 116 2/14/2023
7.0.0-alpha.24 103 1/31/2023
7.0.0-alpha.11 144 1/15/2023
6.4.1 535 12/25/2022
6.4.0 1,904 8/2/2021
6.4.0-alpha2 431 7/4/2021
6.4.0-alpha1 341 5/29/2021
6.3.0 1,000 2/22/2021
6.3.0-alpha1 366 1/8/2021
6.2.0 832 9/26/2020
6.2.0-alpha1 474 8/4/2020
6.1.0 952 7/18/2020
6.1.0-alpha4 543 6/14/2020
6.1.0-alpha3 480 5/31/2020
6.1.0-alpha2 444 5/18/2020
6.1.0-alpha1 457 5/16/2020
6.0.1 810 5/2/2020
6.0.0 809 3/18/2020
6.0.0-alpha3 450 3/6/2020
6.0.0-alpha2 464 2/6/2020
6.0.0-alpha1 621 1/5/2020
5.1.0 785 9/7/2019
5.1.0-alpha2 415 7/1/2019
5.1.0-alpha1 434 5/27/2019
5.0.0 1,156 3/2/2019
5.0.0-alpha2 532 2/17/2019
5.0.0-alpha1 1,060 11/24/2018
4.3.0 1,436 9/21/2018
4.3.0-alpha2 751 9/10/2018
4.3.0-alpha1 948 8/8/2018
4.2.0 1,740 3/16/2018
4.2.0-rc1 933 3/8/2018
4.1.0 1,480 9/30/2017
4.1.0-rc2 819 9/30/2017
4.1.0-rc1 885 8/27/2017
4.1.0-alpha7 763 8/19/2017
4.1.0-alpha6 863 8/19/2017
4.0.0-alpha5 1,001 8/21/2016
4.0.0-alpha4 951 5/14/2016
4.0.0-alpha3 986 4/17/2016
4.0.0-alpha2 916 3/23/2016
4.0.0-alpha1 936 3/4/2016

- Provide a core package of WAF as reusable portable library.
- Improved ViewModel implementation for faster DataContext initialization when using MEF.
- Add AsyncDelegateCommand class.
- Change TargetFrameworkVersion to v4.6 for WPF applications
- Removed types and members that were marked as obsolete in version 3.
- Removed serialization support because the portable library does not support it.