Doug Bunting

Results 268 comments of Doug Bunting

From #30703 discussion: > One solution would be to add a new property that allows us to run only `[SkipOnHelix(...)]` tests on the build agents. > Another (ugly) option would...

> there's not going to be a general catch all soln for all the different tests that don't work on helix in some way Why not❔ My solution would work...

Note the MVC functionals in the Description remain skipped on Helix and probably shouldn't be checked off. They also fail _locally_ when run from the publish/ folder e.g. `dotnet vstest...

@captainsafia what are your thoughts on the "split into separate guides" idea❔ If we don't move forward w/ that, we should close this issue since #37241 is now in.

/ping @captainsafia on whether there's work you think we should do here

Adding @vitek-karas's comments in #41158: > Installing nodejs + yarn + JDK - not a great experience based on the docs. On Windows I was able to do all of...

> It feels like the right fix here is to make sure that our selenium-config is pointing to the right build so that users don't have to manually edit the...

> I think the IIS is the exception, not the norm To be clear, we also have some native code in src/Installers/Windows/AspNetCoreModule-Setup/. that's IIS-related of course. The general issue is...

> Does it make sense to update the InstallJdk script to do this in the same way the install-dotnet scripts automatically update your path? The `InstallJdk` script is rarely run...

@captainsafia were you asking for a merge❔ One QQ on the changes: Don't `IFormFile` parameters use the name to find a specific attached file❔ I'm not looking at the binder...