refactor: re-enable disabled tests due to testhost crash#780
Conversation
🚀 Benchmark ResultsDetails
Details
Details
Details
Details
Details
|
701c7a3 to
a67f0d0
Compare
There was a problem hiding this comment.
Pull request overview
This PR re-enables previously disabled high-parameter-count setup tests in Mockolate.Tests, based on the premise that the underlying dotnet test/testhost crash (dotnet/sdk#52579) is resolved with SDK 10.0.201.
Changes:
- Removed
#if DEBUG/#endifguards that prevented several[Fact]tests (17/18 parameters) from compiling/running outside Debug builds.
|
…to testhost crash (#780) by Valentin Breuß
…to testhost crash (#780) by Valentin Breuß



This PR re-enables previously disabled high-parameter-count setup tests in
Mockolate.Tests, based on the premise that the underlyingdotnet test/testhost crash (dotnet/sdk#52579) is resolved with SDK10.0.201.Changes:
#if DEBUG/#endifguards that prevented several[Fact]tests (17/18 parameters) from compiling/running outside Debug builds.