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

Migrating to .NET Core 3.0 WPF #4

Open
slango0513 opened this issue Oct 12, 2019 · 1 comment
Open

Migrating to .NET Core 3.0 WPF #4

slango0513 opened this issue Oct 12, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@slango0513
Copy link

Nice work! Are you considering moving the project to .NET Core 3.0 WPF?

@trigger-segfault trigger-segfault added the enhancement New feature or request label Oct 17, 2019
@trigger-segfault
Copy link
Owner

Definitely! It's nice that the WPF designer is finally working for .NET Core 3.0. The switch probably won't be in the immediate future, just to ensure most of the kinks have been worked out, and to avoid any new headaches...* with WPF being the way it is.*

A good solution for now may be to maintain a .NET Core project alongside the current .NET Framework project in the solution. This should at least help compare any important differences between the two and how they function, and allow fallback to .NET Framework if things go wrong.

In addition: It's my understanding that the new Microsoft.Xaml.Behaviors.Wpf library (that replaces Microsoft.Expression.Interactions & System.Windows.Interactivity) does not support .NET Core WPF in some form or other at the moment. But the support that was referred to may not be anything relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants