Mischa Vreeburg
Mischa Vreeburg
What would you say to the workaround solution, of testing the number of related test projects, if this is one and the build target is full framework, then test is...
Alas, I don't have a small solution with the problem. Just a 90 project production code solution. Sitecore, custom msbuild targets, targeting .NET framework 48, Sdk style projects, using microsoft.net.sdk.web...
System.InvalidOperationException HResult=0x80131509 Message=No process is associated with this object. Source=System.Diagnostics.Process StackTrace: at System.Diagnostics.Process.EnsureState(State state) at System.Diagnostics.Process.get_HasExited() at System.Diagnostics.Process.EnsureState(State state) at System.Diagnostics.Process.get_ExitCode() at Stryker.Core.TestRunners.VsTest.StrykerVsTestHostLauncher.ProcessExited(Object sender, EventArgs e) in C:\git\stryker-net_2\src\Stryker.Core\Stryker.Core\TestRunners\VsTest\StrykerVstestHostLauncher.cs:line 70 at...
Hope i helps. Plz let me know if I need to test something
@rouke-broersma Thanks for the new version. For the 3.7 version, I had added a unittest project with a single unittest, linked to all the assemblies that also had other unittest...
@dupdob thanks for your answer. I've got around 90 projects in my solution. Not a lot of IP ports, but a lot of files. Most of the projects are web...
The bug appears to be in the ProjectOrchestrator class, in the MutateSolution method. Where the options are copied to a new project options. There the projectPath is filled with the...
Using the output path in the diskbaselineprovider gives the following path: < PathToSolution >\StrykerOutput\2023-03-20.11-41-03\StrykerOutput\baseline\feature\< BranchName >\stryker-report.json instead of < PathToSolution >\StrykerOutput\baseline\feature< branchName >\stryker-report.json The output path doesn't look like a...
I think that the best place to change would be the ProjectOrchestrator, where the erroneous information is placed in the ProjectPath property. This would solve this issue. And is only...