uwp-desktop icon indicating copy to clipboard operation
uwp-desktop copied to clipboard

Lets .NET desktop apps invoke UWP APIs

Results 13 uwp-desktop issues
Sort by recently updated
recently updated
newest added

这似乎不支持是吧

I'd like to use await with IAsyncOperation. after I added ``` c:\Program Files (x86)\Windows Kits\10\UnionMetadata\Facade\Windows.WinMD c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll ``` I got: ``` The type forwarder for type 'Windows.Foundation.IAsyncOperation`1' in...

In case this is useful to anyone using this library (which was a great move!! 👏 👏 👏 ) there is an official NuGet for this. Check the blog post...

There is a new official alternative to this package, see https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-enhance and https://www.nuget.org/packages/Microsoft.Windows.SDK.Contracts But, it's only available from 1803 onwards, so I updated this project to the last version supported...

Hello, I am trying to use the WPF exampe for use of the Microsoft Surface Wheen. I get the Nuget package for uwp-desktop and when I compile I get an...

I am using Windows.System.Launcher.LaunchUriAsync from a C# Windows Forms Desktop application, and the function works. However, I see a warning that "Type 'Windows.System.Launcher' can only be used in UWP apps,...

Hi. The project is last updated for windows 10 14393 and update for new version is needed. Thanks!

Hi I'm using VS2017+UwpDesktop. Compile with VS2017 "Debug" mode work fine. but After I switch "Release" mode, All "using" directive change to dark color and lost path ? Do you...

Could I remove all of them? ![image](https://cloud.githubusercontent.com/assets/1169912/17755042/9bf90526-64cf-11e6-993c-e4e0090d0aae.png)

So with the help of this NuGet package I can make a "normal" console app using UWP dependencies. How can I pack the necessary dependencies with my console app (add...