System.Waf.Uwp
4.0.0-alpha3
See the version list below for details.
Requires NuGet 3.1 or higher.
dotnet add package System.Waf.Uwp --version 4.0.0-alpha3
NuGet\Install-Package System.Waf.Uwp -Version 4.0.0-alpha3
<PackageReference Include="System.Waf.Uwp" Version="4.0.0-alpha3" />
paket add System.Waf.Uwp --version 4.0.0-alpha3
#r "nuget: System.Waf.Uwp, 4.0.0-alpha3"
// Install System.Waf.Uwp as a Cake Addin #addin nuget:?package=System.Waf.Uwp&version=4.0.0-alpha3&prerelease // Install System.Waf.Uwp as a Cake Tool #tool nuget:?package=System.Waf.Uwp&version=4.0.0-alpha3&prerelease
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | netcore50 is compatible. uap was computed. uap10.0 is compatible. |
-
- System.Collections (>= 4.0.10)
- System.Diagnostics.Debug (>= 4.0.10)
- System.Diagnostics.Tools (>= 4.0.0)
- System.Globalization (>= 4.0.10)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Runtime.Extensions (>= 4.0.10)
- System.Runtime.InteropServices.WindowsRuntime (>= 4.0.0)
- System.Runtime.WindowsRuntime (>= 4.0.10)
- System.Runtime.WindowsRuntime.UI.Xaml (>= 4.0.0)
- System.Threading.Tasks (>= 4.0.10)
- System.Waf.Core (>= 4.0.0-alpha3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.0-alpha8 | 1,088 | 8/27/2017 |
4.1.0-alpha7 | 690 | 8/19/2017 |
4.1.0-alpha6 | 688 | 8/19/2017 |
4.0.0-alpha5 | 815 | 8/21/2016 |
4.0.0-alpha4 | 809 | 5/14/2016 |
4.0.0-alpha3 | 822 | 4/17/2016 |
4.0.0-alpha2 | 735 | 3/23/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.