Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to compile WPF with .net Native

Tags:

.net

wpf

I read this article that says .net framework 4.5.1 support to compile the app with .net native.

But I can't find any articles to tell me how to compile wpf with .net native.

I try open my sln in VisualStudio but I can't find any option to do it.

Can you give me some article to compile wpf with .net native.

like image 676
lindexi Avatar asked Oct 28 '25 08:10

lindexi


1 Answers

I read this article that says .net framework 4.5.1 support to compile the app with .net native.

No, it doesn't. It says that "the .NET Framework content set now includes documentation for .NET Native" which is a totally different thing.

WPF and other types of "classic" desktop apps does not support .NET native because .NET Native applies to Universal Windows Platform (UWP) apps only. This hasn't changed and there is no .NET native support for classic desktop apps on the roadmap as far I know.

like image 181
mm8 Avatar answered Oct 31 '25 12:10

mm8



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!