question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stryker 0.5.0 crashes on simple project

See original GitHub issue

Stryker crashes on a simple project. It seems to fail inside the TotalNumberOfTestsParser.

[22:07:26 INF] Using C:\Dev\ExampleProjects\ExampleProject\ExampleProject.XUnit\ExampleProject.XUnit.csproj as project file
[22:07:26 INF] Starting initial build
[22:07:28 INF] Initial build successful
[22:07:29 INF] Using testrunner DotnetTestRunner
[22:07:29 INF] Initial testrun started
[22:07:31 ERR] An error occurred during the mutation test run
System.IO.FileNotFoundException: Could not load file or assembly 'System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
File name: 'System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
   at Stryker.Core.Parsers.TotalNumberOfTestsParser.ParseTotalNumberOfTests(String testProcessRunnerOutput)
   at Stryker.Core.TestRunners.DotnetTestRunner.RunAll(Nullable`1 timeoutMS, Nullable`1 activeMutationId)
   at Stryker.Core.Initialisation.InitialTestProcess.InitialTest(ITestRunner testRunner)
   at Stryker.Core.Initialisation.InitialisationProcess.Initialize(StrykerOptions options)
   at Stryker.Core.StrykerRunner.RunMutationTest(StrykerOptions options)

[22:07:31 INF] Time Elapsed 00:00:05.2187106

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rouke-broersmacommented, Nov 19, 2018

@vinnytheviking the release should be available on nuget.org within 15 minutes. The packages have been released with version number 0.6.0.

1reaction
rouke-broersmacommented, Nov 19, 2018

A new release with this fix will go out soon

Read more comments on GitHub >

github_iconTop Results From Across the Web

stryker | Yarn - Package Manager
Stryker v1 is released, but you're still using a 0.x version. ... All notable changes to this project will be documented in this...
Read more >
[Jest] crash on Jest 25 #2031 - stryker-mutator/stryker-js
Summary I tried upgrading my own package to use Jest 25 in brodybits/create-react-native-module#240, now the Jest runner crashes.
Read more >
Crash when exporting a material | Substance 3D Sampler
This crash is usually the result of a lack of VRAM available on the GPU when starting the export process (especially with materials...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found