Skip to content

Commit d8ad438

Browse files
committed
Merged main into live
2 parents 2e8757e + 6febbc0 commit d8ad438

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

hub/apps/get-started/windows-developer-faq.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,14 @@ sections:
317317
questions:
318318
- question: Are UWP / WinUI 2 deprecated?
319319
answer: |
320-
No. UWP and WinUI 2 are still supported and will receive bug, reliability, and security fixes. However, most new features and capabilities, including support for the latest .NET runtimes, will only be added to WinUI 3.
320+
No. UWP and WinUI 2 are still supported and will receive bug, reliability, and security fixes. However, most new features and capabilities will only be added to WinUI 3.
321+
322+
> [!NOTE]
323+
> UWP support for .NET 9 is available in preview. This preview support provides a path for UWP apps to modernize using the latest version of .NET.
324+
>
325+
> There are two main goals of the .NET 9 UWP support. First, it provides a better migration path for UWP developers who want to migrate to WinUI 3. Second, it enables developers to remove dependencies on .NET Native, so they can benefit from the latest .NET and C# features, no matter what their app model is.
326+
>
327+
> For more information, see the [Modernize your UWP app with preview UWP support for .NET 9 and Native AOT](https://devblogs.microsoft.com/ifdef-windows/preview-uwp-support-for-dotnet-9-native-aot/) blog post.
321328
- question: When should I migrate a UWP / WinUI 2 app to WinUI 3?
322329
answer: |
323330
UWP developers should feel no pressure to migrate their apps to the WinUI 3, if they are happy with UWP and its feature set. The best choice for some apps may be to never migrate.
@@ -328,10 +335,10 @@ sections:
328335
We recommend continuing to use UWP if you're building for Xbox, Surface Hub, or HoloLens.
329336
- question: Is WPF deprecated?
330337
answer: |
331-
No. WPF is still supported and receives some feature updates as well.
338+
No. WPF is still supported, recommended, and receives feature updates as well. See the [WPF roadmap on GitHub](https://github.com/dotnet/wpf/blob/main/roadmap.md).
332339
- question: Is WinForms deprecated?
333340
answer: |
334-
No. WinForms is still supported and receives some feature updates as well.
341+
No. WinForms is still supported and receives feature updates. See the [Windows Forms Roadmap on GitHub](https://github.com/dotnet/winforms/blob/main/docs/roadmap.md).
335342
- question: Is the Windows Runtime (WinRT) deprecated?
336343
answer: |
337344
No. [WinRT](/windows/uwp/winrt-components) refers to an application binary interface (ABI) that lets you interop between multiple languages. WinRT is the evolution of COM. Windows App SDK provides most of its functionality through WinRT APIs.

hub/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"apps/get-started/intro-pack-dep-proc.md": "stevewhims",
193193
"apps/get-started/simple-photo-viewer-winui3.md": "stevewhims",
194194
"apps/get-started/uno-simple-photo-viewer.md": "alvinashcraft",
195-
"apps/how-tos/**": "matchamatch",
195+
"apps/how-tos/**": "alvinashcraft",
196196
"apps/package-and-deploy/**": "stevewhims",
197197
"apps/performance/**": "mattwojo",
198198
"apps/publish/**": "GrantMeStrength",
@@ -289,7 +289,7 @@
289289
"apps/get-started/intro-pack-dep-proc.md": "stwhi",
290290
"apps/get-started/simple-photo-viewer-winui3.md": "stwhi",
291291
"apps/get-started/uno-simple-photo-viewer.md": "aashcraft",
292-
"apps/how-tos/**": "mikben",
292+
"apps/how-tos/**": "aashcraft",
293293
"apps/package-and-deploy/**": "stwhi",
294294
"apps/performance/**": "mattwoj",
295295
"apps/publish/**": "jken",

0 commit comments

Comments
 (0)