System.Waf.Core 4.0.0-alpha1

This is a prerelease version of System.Waf.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.Core --version 4.0.0-alpha1
NuGet\Install-Package System.Waf.Core -Version 4.0.0-alpha1
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.Core" Version="4.0.0-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Waf.Core --version 4.0.0-alpha1
#r "nuget: System.Waf.Core, 4.0.0-alpha1"
#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.Core as a Cake Addin
#addin nuget:?package=System.Waf.Core&version=4.0.0-alpha1&prerelease

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

System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This 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 (4)

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

Package Downloads
System.Waf.Wpf

System.Waf is a lightweight framework that helps you to create well-structured XAML applications. Use this package for WPF (Windows Presentation Foundation) applications.

System.Waf.UnitTesting.Core

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

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.

System.Waf.Uwp

System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This package contains the UWP (Universal Windows Platform) specific types.

GitHub repositories (2)

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

Repository Stars
jbe2277/waf
Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.
jbe2277/dotnetpad
The Waf DotNetPad is a simple and fast code editor that makes fun to program with C# or Visual Basic.
Version Downloads Last updated
8.0.0-beta.3 168 3/11/2024
8.0.0-beta.2 258 2/9/2024
8.0.0-beta.1 139 1/5/2024
7.0.1-alpha.0.80 211 12/8/2023
7.0.1-alpha.0.58 176 11/22/2023
7.0.1-alpha.0.57 69 11/20/2023
7.0.1-alpha.0.53 68 11/19/2023
7.0.1-alpha.0.51 730 10/11/2023
7.0.1-alpha.0.49 91 10/7/2023
7.0.1-alpha.0.48 59 10/4/2023
7.0.1-alpha.0.46 193 10/3/2023
7.0.1-alpha.0.45 60 10/2/2023
7.0.1-alpha.0.44 73 9/27/2023
7.0.1-alpha.0.43 58 9/26/2023
7.0.1-alpha.0.40 84 9/25/2023
7.0.1-alpha.0.37 85 9/24/2023
7.0.1-alpha.0.30 79 9/23/2023
7.0.1-alpha.0.25 65 9/22/2023
7.0.0 15,530 2/23/2023
7.0.0-alpha.28 194 2/14/2023
7.0.0-alpha.24 113 1/31/2023
7.0.0-alpha.11 226 1/15/2023
6.4.1 1,730 12/25/2022
6.4.0 8,334 8/2/2021
6.4.0-alpha2 970 7/4/2021
6.4.0-alpha1 982 5/29/2021
6.3.0 2,643 2/22/2021
6.3.0-alpha1 963 1/8/2021
6.2.0 3,039 9/26/2020
6.2.0-alpha1 1,142 8/4/2020
6.1.0 4,173 7/18/2020
6.1.0-alpha4 1,359 6/14/2020
6.1.0-alpha3 1,119 5/31/2020
6.1.0-alpha2 1,091 5/18/2020
6.1.0-alpha1 1,128 5/16/2020
6.0.1 2,883 5/2/2020
6.0.0 1,910 3/18/2020
6.0.0-alpha3 1,197 3/6/2020
6.0.0-alpha2 1,167 2/6/2020
6.0.0-alpha1 1,739 1/5/2020
5.1.0 2,151 9/7/2019
5.1.0-alpha2 1,286 7/1/2019
5.1.0-alpha1 1,107 5/27/2019
5.0.0 2,665 3/2/2019
5.0.0-alpha2 1,245 2/17/2019
5.0.0-alpha1 1,716 11/24/2018
4.3.0 4,106 9/21/2018
4.3.0-alpha2 1,409 9/10/2018
4.3.0-alpha1 1,568 8/8/2018
4.2.0 4,005 3/16/2018
4.2.0-rc1 1,523 3/8/2018
4.1.0 4,154 9/30/2017
4.1.0-rc2 1,664 9/30/2017
4.1.0-rc1 1,729 8/27/2017
4.1.0-alpha7 1,298 8/19/2017
4.1.0-alpha6 1,547 8/19/2017
4.0.0-alpha5 1,684 8/21/2016
4.0.0-alpha4 1,659 5/14/2016
4.0.0-alpha3 1,644 4/17/2016
4.0.0-alpha2 1,509 3/23/2016
4.0.0-alpha1 1,591 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.