Richard Werkman
Richard Werkman
@pawelhevy I have thought about that before too. But I saw it as a performance enhancement. We currently always build the project to ensure all builded files are in place...
I'll take a look at this. However I can't test this locally since I'm running windows.
I have created a PR that could fix this. Can you test if this works now on MacOs?
See https://github.com/stryker-mutator/stryker-net/blob/master/CONTRIBUTING.md on how to setup your local environment
Thanks for your feedback but in this case I specifically meant to replace with `/` regardless of the OS. Note that this is not a file path but just used...
Yes that's exactly the behaviour I'm seeing! I spotted it while working on a new feature for Stryker. You can check out the branch and see the repro there. 1....
Just to clarify we don't run for .NET Framework. We run for .NET 6. I've tested and disabling the app domain had no effect, as expected since we don't run...
> The issue does not affect .NET Core because AppDomains have been removed. This statement is irrelevant as our issue is on .NET Core. Could the by-design label be removed?
@MarcoRossignoli I've updated the repro to hopefully make it more clear! 1. Clone the Stryker repo and check out this branch: https://github.com/stryker-mutator/stryker-net/tree/vstest_assembly_load_repro (I've updated the branch so pull if you...
Did you have time to retest this? Sadly we still face this issue 😿