As part of #6091 not only MAUI tests was disabled, but and some end-to-end tests for folder browser dialog box for example. Because I add that tests I did not expect that.
My question is following, can we re-enable non-MAUI test in System.Windows.Forms.IntegrationTests.csproj? If they should be rewriten, then how? In order for me to safely migrate code to ComWrappers I would like to have this kind of tests in place and running.
As part of #6091 not only MAUI tests was disabled, but and some end-to-end tests for folder browser dialog box for example. Because I add that tests I did not expect that.
My question is following, can we re-enable non-MAUI test in
System.Windows.Forms.IntegrationTests.csproj? If they should be rewriten, then how? In order for me to safely migrate code to ComWrappers I would like to have this kind of tests in place and running.