Skip to content

Releases: Testura/Testura.Mutation

Testura.Mutation 1.6.0

22 Feb 15:02
a18db1f
Compare
Choose a tag to compare
  • Added a new filter editor tab to the VS extension
  • Added better error handling in the VS extension
  • Fixed so we use the current project build configuration when running mutations in the VS extension.
  • It's now possible to filter mutations by code (CodeConstrain in filterItem)

Testura.Mutation 1.5.0

15 Feb 09:47
8f5238e
Compare
Choose a tag to compare
  • Changed back to MsBuildWorkspace
  • Cleaned up nugets
  • Fixed so we don't have to build the solution every time we look at config in VS extension
  • Fixed so we don't get duplicated test projects

Testura.Mutation 1.4.2

13 Feb 07:36
8baf378
Compare
Choose a tag to compare
  • Fixed problem when assembly name and project name doesnt match

Testura.Mutation 1.4.1

12 Feb 23:57
012d516
Compare
Choose a tag to compare
  • Fixed encoding errors

Testura.Mutation 1.4.0

10 Feb 07:57
Compare
Choose a tag to compare
  • Removed BuildSolution config value
  • Updated Microsoft.CodeAnalysis to 3.4.0
  • Changed from MsBuilderWorkspace to AdhocWorkspace for console

Testura.Mutation 1.3.0

18 Jan 20:56
4bbba7e
Compare
Choose a tag to compare
Pre-release
  • Added support for project mapping.
    • Map test project(s) to mutation projects to lower execution time.
  • Changed so we save reports as .testura and renamed log file to TesturaLog.txt
  • FIxed diagnostic filter

Testura.Mutation 1.2.0

15 Jan 20:01
ad0a7ba
Compare
Choose a tag to compare
  • Added new setting - BuildSolution. It's a true or false flag that decide if we should build the solution before creating mutations.
  • Better error handling with the DotNet test runner.

Testura.Mutation 1.1.0

01 Jan 21:14
561da1e
Compare
Choose a tag to compare
  • 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.

Testura.Mutation 1.0.0

29 Dec 23:19
45f93ca
Compare
Choose a tag to compare

Initial release for Testura.Mutation.

  • A visual studio extension.
  • A console application.