Skip to content

Testura.Mutation 1.1.0

Compare
Choose a tag to compare
@MilleBo MilleBo released this 01 Jan 21:14
· 49 commits to master since this release
561da1e
  • Changed so we set SolutionPath to null when saving configuration inside VS extension. #20
  • Changed so we use current solution path instead of SolutionPath (in config) when creating mutations in VS extension. #20
  • Changed so we look if project contains ".Test" instead of ending with "Tests" to figure out default test projects in VS extension.
  • Changed return null mutation to return default(type) to prevent many compiler errors.