Steven Brix
                                            Steven Brix
                                        
                                    FWIW, the Uno platform ported the calculator to C# already: https://github.com/unoplatform/calculator /cc @rudyhuyn
> See https://docs.nunit.org/articles/nunit/writing-tests/TestContext.html#testparameters The correct property name is is TestContext.Parameters, the TestParameters is the type. I just came across this too, I had no idea how to get around it,...
Thanks for all the great work here @mvegaca! A lot of these issues are some of the same things I came across as well, and something that needs to be...
@sibille, you can follow this issue here: https://github.com/microsoft/microsoft-ui-xaml/issues/179 Just to set expectations, there hasn't been much activity, and the amount of attention we'll be able to give before the 3.0...
@Sergio0694 I'm trying to get caught up. It sounds like this is a bug in WCT?
> Roslyn Analyzers cannot parse .xaml files. Implement xml reader or find/replace to update to webview2? @mrlacey for FYI on consuming the RapidXaml analyzers, which he demoed the WebView2 converter...
>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...
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,...
Will `PackageReference` support C++ UWP projects? Many UWP .NET apps have .vcxproj files, and it would be great to have this work for WinUI as well
@NextTurn do you have native debugging enabled?