We're seeing Stryker mutating the input value of ConfigureAwait() which makes for untestable (or at least exceedingly difficult to test) cases anywhere we're using await.
I've configured CentOps to avoid this method:
stryker-config.json
"ignore-methods" : [ "ConfigureAwait" ]
We should probably be consistent and do this for all repositories we're using Stryker
We're seeing Stryker mutating the input value of ConfigureAwait() which makes for untestable (or at least exceedingly difficult to test) cases anywhere we're using await.
I've configured CentOps to avoid this method:
stryker-config.json
We should probably be consistent and do this for all repositories we're using Stryker