Rachid

Results 9 comments of Rachid

Discussed this with @rouke-broersma and @richardwerkman over a call. Recap: Making the Stryker core functionality more portable has been a wish for a longer time and is not as straightforward...

On a related note: I attempted to make direct use of the current Stryker by pulling in the NuGet package. It seems the nuget is missing some assets because it...

I'm working on an [interactive mutation testing playground](https://stryker-mutator.io/stryker-playground/) and am also looking to use Coverlet's core to analyze and display coverage (not sure yet if this is possible in my...

I've created a branch called `nunit-issue` in my repo in which the problem is demonstrated: https://github.com/rachied/nunit-on-wasm/tree/nunit-issue **Reproduction steps:** 1. Restore Nuget packages 2. Run the Blazor WASM project 3. Navigate...

@OsirisTerje `Assembly.Location` returns an empty string in my scenario. This means it does not fail with a NullReferenceException, but down the line when it tries to determine a name for...

@yolave my current workaround is to use the Table and Rows objects instead. Iterate over the table, for each row you can call .ToString() to get the JSON representation, and...

Can we support such type of schema mismatch without the need of this attribute? Would you welcome PR that facilitates this? We process parquet files from external parties using a...

In the same manner the mutation json is now being passed. Thinking about that, maybe the mutation schema could be extended? We could introduce a new (optional) field in which...

> As for https://github.com/stryker-mutator/mutation-testing-elements/issues/2207, I think everyone agrees that Timeout should be unchecked by default, Timeout means that a mutant was detected after all. You're right, that seems to be...