Robert
Robert
Meanwhile, I have just moved on to .Net **6**. Still getting warnings about .Net **4.6** for these controls! Only using one, by the way.
So when is that, the "next release"? Or the one "after" that? It's september 2022 now. Nothing has changed. I am still having the same problem, trying to update from...
Unfortunately this project seems abandoned. I have posted the problem on Stackoverflow. See the status [THERE](https://stackoverflow.com/questions/67568441/mvvmlight-view-not-updated-when-setting-properties-from-within-relaycommand-exe/67842706#67842706). If someone has any addition here, that would still be appreciated.
I am also struggling with the samples. I tried AlarmClockTest. - I tried as is of dec 11. It builds, but only 1 out of 4 tests succeeds. - I...
I have tried some of the other C# samples. AlarmClockTest was the only one even to contact WinAppDriver. I have also tried the difference between QualityTools.UnitTestFramework and TestPlatform.TestFramework. That brought...
I am getting somewhere in my own project. This helped me for the Dispose problem. https://github.com/SeleniumHQ/selenium/issues/6248 I will update this with new findings.
I have sort of the same problem. - I have a self hosted build pipeline in Azure Devops in which I have a standard start and stop task for WinAppDriver...
I may be struggling with the same issue, in a worse form. Editing WizardPages does not work at all. I am currently on AeroWizard 2.3.1, VisualStudio 17.8.2, and .net 6....
Update. By putting the WizardPage in a UserControl I was able to edit it. It is not in the toolbox, so that demanded some hacking. Then by making the WizardPage...
Update. The way to interrupt this behaviour is to set WizardPageConfirmEventArgs.Cancel = true in the Commit handler. Which makes sense, but is a matter of interprestation.