Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win2D in WPF with .NET Core 3.0 #660

Closed
pcfulife opened this issue Dec 12, 2018 · 3 comments
Closed

Win2D in WPF with .NET Core 3.0 #660

pcfulife opened this issue Dec 12, 2018 · 3 comments

Comments

@pcfulife
Copy link

pcfulife commented Dec 12, 2018

I found that WPF will be able to use Win2D with .NET Core 3.0 (https://blogs.msdn.microsoft.com/dotnet/2018/05/07/net-core-3-and-support-for-windows-desktop-applications/) by Microsoft staff.

Yes. You will be able to use Win2D in WPF with .NET Core 3.0.

  1. I installed VS 2019 and .NET Core 3.0 SDK Preview 1.
  2. Type dotnet new wpf -o WpfApp1.
  3. Create a empty solution with VS 2019.
  4. Load WpfApp1 project into solution.

WpfApp1.zip

But, I cannot install Win2D Nuget package. (by typing Install-Package Win2D.uwp)
It seems that it doesn't support .NET Core 3.0 yet.
It is understandable because .NET Core 3.0 is in a preview stage.

So, will this nuget package support .NET Core 3.0 after it released?
If no, I think that it will be good to make a manual how to ready to use Win2D in WPF.

Thanks.

@jtorjo
Copy link

jtorjo commented Dec 17, 2018

I would like to know this as well :)

@jasonwurzel
Copy link

jup, I'm wondering as well

@shawnhar
Copy link
Member

As of #670 , a sample showing how to this is now available in the xaml_islands branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants