-
Notifications
You must be signed in to change notification settings - Fork 155
WinUI Enhancements #308
Comments
Thanks @MadEste! |
@mrlacey for FYI on consuming the RapidXaml analyzers, which he demoed the WebView2 converter during the last community call There are also some changes to IXP APIs that have been moved the Edit: Here are the experimental namespaces:
|
I have a PoC for converting It's based on functionality from https://aka.ms/rxt I just need to remove the final dependency on the VisualStudio SDK (it was originally solely a VSIX) and then can have it target .NET Standard. Due to the uncertainty of a timeline for this it wasn't previously a priority, but working on this again now. |
@mrlacey my apologies if I gave a pretense that we were looking into the xaml analyzers soon. There is still no real certain timeline yet, so please don't feel rushed. After Preview3 we could look into this, but then it's the holiday season, so it's a real possibility this won't be picked up until the new year. |
Ok. Just wanted to get the current limitation documented and note that I was working on it. Just bumping it up my own internal backlog as it has other benefits for me too. I want to make sure it is done before it's needed here. |
Also this just came to mind, is how do we convert .csproj which are using a C++ runtime component. you now need to create an interop project in most cases, and it's a non-trivial amount of work to do so /cc @angelazhangmsft |
Is there a build of the WinUI branch available or should I build from source? |
If and when this gets picked up again, I have an improved version of my library that can be used for the XAML changes.
|
WinUI3 Conversion To Do
This is specific to the feature/winui branch. #306
There are still some requirements and improvements for a UWP App to WinUI3 Conversion feature.
Window.Current
which returns null in WinUI3. Create an Analyzer/CodeFix to update the C# source code?The text was updated successfully, but these errors were encountered: