Skip to content

0.24.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 11:02
e4b0a65

What's Changed

  • test(analyzer): drive every mutation operator through the analyzer end to end (#105) @samtrion
  • feat(execution): add execution-based mutation verification engine (#104) @samtrion
  • feat(analyzers): add FSH0007 behavioral verification of mutation coverage (#103) @samtrion
  • chore(deps): update dependency verify.tunit to 31.28.0 (#102) @renovate[bot]
  • chore(deps): update dependency meziantou.analyzer to 3.0.138 (#101) @renovate[bot]
  • perf(mutations): cache regex pattern parsing across operators (#100) @samtrion
  • perf(mutations): share well-known type lookups via per-compilation cache (#99) @samtrion
  • perf(analyzers): cache test framework discovery per compilation (#98) @samtrion
  • perf(equivalence): avoid LINQ allocation in FindBodyOwner (#97) @samtrion
  • perf(reachability): avoid allocations in ContainsEnclosing (#96) @samtrion
  • perf(equivalence): avoid LINQ allocation in ClassifyConstantOnlyContext (#95) @samtrion