Andrii Kurdiumov
Andrii Kurdiumov
I hope that this would be better version of same methods. Approach like in this PR https://github.com/dotnet/runtime/pull/70224 @JeremyKuhne what do you think?
Or better, I should just finish https://github.com/dotnet/winforms/pull/7087
I thin we need something more complicated then `UIIntegration`. Maybe some "test running" which will run EXE files and then perform interaction over the OS. Maybe we can automate interaction...
Basically less risky change would be undo these 2 changes in this file https://github.com/dotnet/winforms/pull/6976/files#diff-efdc83ac4513276157401c19a46f9c20f7c2aa84d9b9eb1cd19f37aca86420d5R33 Also we should add tests, so this issue will never appears on our radar.
Yes. I think so too. I think smallest thing to undo would be just 2 lines but if you think whole PR should be undone I'm fine. We should have...
If only undo, I can do that.
I more and more think that this is tooling issue for ASP.NET projects, and I just have to add that package manually.
@heinermann could you point to place where in the new codebase there example/tests where I can take a look at the approach.
@imcarolwang I did rebase
Any news in 2019 ?