WinAppSDK 1.6 Plans #4256
Replies: 32 comments 103 replies
-
What is the price tag on the maps control? |
Beta Was this translation helpful? Give feedback.
-
ChatGpt wrote: Dear WinAppSDK Team, I hope this message finds you well. As I explore the capabilities of WinAppSDK, I've identified a usability concern related to ContentDialogs, especially when utilized for data entry. Due to the fixed positioning, the inability to drag and reposition these dialogs limits their flexibility and prevents users from viewing the content beneath them. Best regards, Thank You! 😄 |
Beta Was this translation helpful? Give feedback.
-
Finally with AOT support we can move from UWP. For us the faster this can come, even in a beta version, the better, as maintaining UWP is preventing us from moving to dotnet8. |
Beta Was this translation helpful? Give feedback.
-
I would like to see the following experimental features being promoted to stable: ContentExternalOutputLink class: To enable blending of content with swap chains using directcomposition interop. Alternatively, a way to enable experimental features in stable releases would also be beneficial, as the experimental releases lack bugfixes compared to the stable releases. |
Beta Was this translation helpful? Give feedback.
-
On the documentation side:
|
Beta Was this translation helpful? Give feedback.
-
Why did you stop using this product board: https://portal.productboard.com/winappsdk/1-windows-app-sdk/tabs/2-planned? This was quite clear what was going on and offered voting which allows the most popular options to be visible. Is there anything else like this I should be looking at? I would like to try to make use of some of this through XAML Islands for WPF, in an easy way that works well. Not sure what this will look like at present. Going all in on using Win UI 3: Validation on editors and this issue: microsoft/microsoft-ui-xaml#6299 |
Beta Was this translation helpful? Give feedback.
-
Any updates on #3305 ? |
Beta Was this translation helpful? Give feedback.
-
Please resolve [BUG] XamlTypeInfo.g.cs generates invalid code for types with required or init properties if possible. I'm sure this issue will give every WinUI developer a headache at some point. ~I just lost a fair amount of time trying to figure out why my builds were failing. |
Beta Was this translation helpful? Give feedback.
-
Please stop automatically adding this stuff to csproj files every time a XAML file is added to a project, it hasn't been necessary for a while now and is just garbage to clean up: <ItemGroup>
<None Remove="asdf.xaml" />
</ItemGroup>
<ItemGroup>
<Page Update="asdf.xaml">
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
</Page>
</ItemGroup> |
Beta Was this translation helpful? Give feedback.
-
@codendone Is there a plan to improve general performance in the sense that MAUI applications on Windows will be faster? Right now, in the debug mode, I can see that simple WinRT calls take several milliseconds which adds up quickly. |
Beta Was this translation helpful? Give feedback.
-
Modify the AppConatiner to allow use of WinRT disk IO and .net FileInfo at the same time. WinRT IO is 10x slower when the AppContainer is in full trust. |
Beta Was this translation helpful? Give feedback.
-
Update the Visual studio templates to use .net 8/9 - it's still on .net 6 |
Beta Was this translation helpful? Give feedback.
-
Smaller app folder size would be very welcomed by many devs. |
Beta Was this translation helpful? Give feedback.
-
Native os splash screen like UWP |
Beta Was this translation helpful? Give feedback.
-
Very pleased that the content on inking controls has been updated. I look forward to being able to utilize this feature in version 1.7+ |
Beta Was this translation helpful? Give feedback.
-
https://learn.microsoft.com/en-us/visualstudio/deployment/installer-projects-net-core?view=vs-2022 Support installer for unpackage publish content |
Beta Was this translation helpful? Give feedback.
-
I think that these 2 issues are very important to fix, they are in the microsoft/microsoft-ui-xaml repo: |
Beta Was this translation helpful? Give feedback.
-
For me, the missing designer is the most important feature: |
Beta Was this translation helpful? Give feedback.
-
It would help the new APIs like https://learn.microsoft.com/en-us/windows/ai/apis/text-recognition-api-ref could be used in a plain GPU. Very few have a NPU yet. |
Beta Was this translation helpful? Give feedback.
-
@codendone It would be nice to see support for Native AOT for OptionalPackages. We have OptionalPackages loaded at runtime using AssemblyLoadContext. |
Beta Was this translation helpful? Give feedback.
-
Any plans for improving transparency support when integrating with DirectX/WebView2? Specifically, I'm taking about this limitation described in https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/composition:
Microsoft.UI.Composition is poor replacement for Windows.UI.Composition when you try to integrate multiple different technologies together, as it has huge limitations. One could continue using Windows.UI.Composition still, but it seems it is no longer being updated with new features... |
Beta Was this translation helpful? Give feedback.
-
Is Drag and Drop finally going to be fixed in MAUI WebViews? It's been broken since launch and reported repeatedly. Was supposed to be fixed in 1.5 |
Beta Was this translation helpful? Give feedback.
-
It would help also if the redistributables are installed with Windows. Why should my app carry the entire dll bundle and why should I install a redistributable. It's 2024 and we have plenty of hard disks. All Win APP SDK binaries should be installed in system32 and the app should specify the version to use, which should be installed at runtime on demand. |
Beta Was this translation helpful? Give feedback.
-
Anybody can question this issues? |
Beta Was this translation helpful? Give feedback.
-
I would love to see more work on WinUI 3 apps running inside an AppContainer. We have an UWP app we would like to migrate to WinUI 3 but most basic things like file pickers won't work. I think every call that needs a CoreWindow, and uses a HWND in WinUI 3 instead, is broken right now. |
Beta Was this translation helpful? Give feedback.
-
I am verified google contributor, I have read windows docs step by step, I learn knowledge from Adobe, Amazon, Google, IETF, Microsoft and more. I like to compare those knowledge and shape one knowlege that is good for me. Only by comparison can I discover, Only by comparison can I master. Based on windows docs, WinForm, WPF, WinRT have been deprecated. C++/WinRT is modern and standard C++, replace WinRT. UWP have not deprecated but legency and it dependent on very old .NET runtime. Now microsoft focus on WinAppSDK, as you say, WinUI. But WinUI have a very big wrong, it still is Nowadays, the top 3 systems are: I also read many Microsoft repo in the GitHub. Every time, I post a issue. No Microsoft official engineer can reply me in time. So I recommand Microsoft plan some official engineers to solve many and many your github issues in time. Only this can shape a good relationship with community. C/C++ is amazing, powerful and fast performance, it have many standard and is lead by all global top company. but it have no standard about UI. So I recommand to finish UI work by other language, other work by C/C++. Intuitively, For android, Kotlin + C/C++. For Web, ecmascript + C/C++. For Windows, C# + C/C++. For IOS/MacOS, Swift + C/C++. Hello Windows team, does team have a plan to follow I have read many windows source code. For example, windows fluentui web is written by react. |
Beta Was this translation helpful? Give feedback.
-
Yeah! I would like to be able to render text layouts directly to an image with custom fonts loaded at runtime. It seems like you all don't pay too much attention to font matters, or don't care. Is Windows App SDK in serious development or was it just a phase, someone with an utopian ideal and we all just drank the kool aid? |
Beta Was this translation helpful? Give feedback.
-
Any updates on this: #2504? Proper functionality of FileOpenPicker and FolderPicker regardless of whether an app is running as administrator should be basic functionality. |
Beta Was this translation helpful? Give feedback.
-
Could you please ensure this regression will not be released in the final 1.6? WinUI3: ContentDialog is missing entrance animation: microsoft/microsoft-ui-xaml#8476 |
Beta Was this translation helpful? Give feedback.
-
Planned work for Windows App SDK 1.6 is largely in four focus areas, with the main examples listed for each focus area:
Quality:
Performance:
Better experience:
Progressing in 1.6, but not finishing until 1.7+:
Please use this discussion to provide feedback on these plans, or to provide feedback and up-votes on the next features and issues we should prioritize.
Beta Was this translation helpful? Give feedback.
All reactions