UwpDesktop 10.0.14393.3
Lets you call into WinRT APIs from Desktop and Centennial apps (WPF, WinForms, ...)
We are working on updating this package with the latest release. Meanwhile as a workaround please add the following winmds to your project;
1. The contract winmd for your API (can be found on the msdn page documentation for this API) Can be found under: C:\Program Files (x86)\Windows Kits\10\References\10.0.15063.0\<SDKVersion>\<Contract>\<ContractVersion>\<Contract>.winmd
2. .NET glue assemblies for .NET clients (required for .NET projection and async support) Can be found under: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\*WindowsRuntime*.dll
3. Façade winmd (required to resolve legacy 8.x type dependencies from above assemblies) Can be found under: C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.15063.0\Facade\Windows.winmd
Install-Package UwpDesktop -Version 10.0.14393.3
dotnet add package UwpDesktop --version 10.0.14393.3
<PackageReference Include="UwpDesktop" Version="10.0.14393.3" />
paket add UwpDesktop --version 10.0.14393.3
Release Notes
Updated the forbidden classes to improve the warnings accuracy for unsupported APIs
Dependencies
This package has no dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on UwpDesktop:
Package | Downloads |
---|---|
DZY.DotNetUtil.UI
DZY.DotNetUtil.UI
|
|
DesktopBridgeEnvironment
Classes to help a Desktop Bridge application run both as a package and regular exe.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on UwpDesktop:
Repository | Stars |
---|---|
FSecureLABS/SharpClipHistory
SharpClipHistory is a .NET application written in C# that can be used to read the contents of a user's clipboard history in Windows 10 starting from the 1809 Build.
|
Version History
Version | Downloads | Last updated |
---|---|---|
10.0.14393.3 | 75,825 | 11/23/2016 |
10.0.14393.2 | 1,696 | 9/29/2016 |
10.0.10586.3 | 841 | 11/23/2016 |
10.0.10586.2 | 3,006 | 6/6/2016 |
10.0.10586.1 | 607 | 6/1/2016 |
10.0.10240.3 | 723 | 11/23/2016 |
10.0.10240.2 | 463 | 6/6/2016 |
10.0.10240.1 | 1,517 | 10/26/2015 |
10.0.10240 | 788 | 10/26/2015 |