Suggested plan for the next version 2.x #5250
Replies: 34 comments 107 replies
|
As I have said elsewhere, Windows App SDK is no good for business applications until such time as there is a working UI validation framework. Personally, I am happy with the interfaces available in WPF (though many on here disagree with me and feel something better could/should be provided) - especially as it would make for easier reuse of existing back-end code - but at least give us something. |
|
And I have said elsewhere, but I will repeat here, not being able to bind numberboxes to decimal (currency) values is about just as bad for business applications as not having validation. Anyone who works with currency values knows to use decimal to store them in SQL Server or other DB and in C#. When you bind numberboxes to decimal indirectly using a double-to-decimal and vice-versa conversion, you run the risk of rounding issues, making it near impossible for us to continue with our business application appropriately. I don't know what to do but BEG someone to fix this. WinUI is great, but this and some of the other issues above really are preventing mass adoption and it is such a shame. |
|
I love that you listed Kiosk Mode. I appreciate it. |
|
missing drag& drop support elevated ,@https://github.com/microsoft/microsoft-ui-xaml/issues/7690 |
|
Please include fixing this issue in v1.8 too. It prevents the WinUI3 apps from being used in Hyper-V VMs and some other remote desktop scenarios because it causes a lot UI freezing. |
|
I hope they look at numberboxes in general. There's so many problems with them.
I could list more issues with numberboxes but just searching this repo will list a lot more. |
|
Pin to taskbar is very unlikely to happen. Microsoft has pretty vocally stated that they do not want such an interface: https://devblogs.microsoft.com/oldnewthing/20141230-00/?p=43273 |
Feature should also include xaml 2009 in .net |
|
Before requesting anything, i want to thanks the WASDK team for their hard work and effort, i understand it's hard for you to manage the project with few team members and i dearly hope MS will give you more funds and human resources I want to request making the Window control inherit from DependencyObject this will make extending and fixing bugs much easier, like creating a BaseWindow class the inherit from DependencyObject and combines it with the current window control functionalities then making the window control inherit from BaseWindow might leads to more benefits and improvements Thanks for reading my post, i appreciate WinUI 3 and WASDK and their team |
|
Thanks for the WinUI team for the continued efforts. WinUI has been continuously neglected by MS and I'm glad to see it's being worked on. |
|
高怡飞 (@Gaoyifei1011) You reposted the long, original post eight times in your responses. Please try to not do that 😉 |
|
I would love to see SVG compatibility throughout. DevExpress fully supported them in all their controls in WinForms, allowing our apps to look their best at all resolutions and scaling. It feels like a big step backwards in WinUI not being able to use SVG images everywhere that scale properly. |
|
It's a bit late, but I'd like to highlight my pain points during development:
Generally, the controls can be more friendly for data binding. |
Where is Xaml2018? When will we enter the official version of the Windows App SDK (WinUI 3)? --------------------------------Xaml2018在哪里?什么时候进入到 Windows App SDK(WinUI 3)的正式版? |
idisplayinformation2 api 与 oriention 和 dpi 相关,但是该api长期是实验性api,所以我希望能把这个改进加入。什么时候在正式版中提供相关api及其功能? The idisplayinformation2 API is related to orientation and DPI, but this API has long been an experimental one. Therefore, I hope this improvement can be included. When will the relevant API and its functions be provided in the official version? |
|
I just raised an Issue related to experimental apis. Some experimental apis have remained in the preview version for several years since their birth and have not been officially recognized. So here I hope to add them to the to-do list so that MS can reconsider these experimental apis and remove the experimental labels in a timely manner for use in the official version --------------------------------------我刚才提了一个 Issue 是有关实验性 API 的,部分实验性 API 自从诞生起到现在经历了好几年就一直停留在预览版中,没有转正。所以在这里我希望能加到待办列表中,让 MS 能重新考虑一下这些实验性 API,并能及时移除实验标签,在正式版中使用 |
|
Mahdi Hosseini (@ghost1372) , we also need support for elevated apps to be able to show toast notifications. Right now the docs are stating that:
I have a use case for this: if my app silently fails I want to display a toast with the issue so people don't have to guess what happens and why the app does not launch. |
|
Suggestion for discussion title: Suggested plan for the next version 1.9Microsoft has become obsessed with updating AI-related features, neglecting a large number of basic feature requests and bug fixes. This is really unfortunate. |
|
`` |
Based on the commit records of the wasdk branch, the next version might skip 1.9 and directly go to 2.0, as there is a 2.0/release branch. |
|
Is this the actual plan for wasdk or are they just doing minor bug fixes with AI features no one asked for? |
|
Microsoft, please do not ignore the requests of developers. |
|
This should be a priority, please triage this. |
|
It's really sad to see how few issues from here were addressed so far. Instead we get more and more AI APIs we can not even opt out of properly because of broken dependencies between WinAppSDK and the CommunityToolkit which still includes WinAppSDK 1.6. The previews now depend on >=WinAppSDK1.8 which fixes this but if you also use anything from CommunityToolkit.Labs then you're still stuck. I currently delete the AI libraries and winmd files using post build actions but this is not how it should work... |
The list is stale. This was added in 2.2.0 |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
These are things we need and have been asking for years but have never been considered.
I hope Microsoft will consider this list. Also, if nothing is going to happen to any of the items, we expect a proper explanation so that we don't have to waste our time waiting to deal with it.
Instead of working on trivial things, focus on the following:
Controls
Features/APIs
Non-XAML ThemeResourcemicrosoft/microsoft-ui-xaml#10029(microsoft/microsoft-ui-xaml#11229)Bug Fix
TitleBar Bug Fix
All reactions