Releases: Testura/Testura.Mutation
Releases · Testura/Testura.Mutation
Testura.Mutation 1.6.0
- 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
- 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
- Fixed problem when assembly name and project name doesnt match
Testura.Mutation 1.4.1
- Fixed encoding errors
Testura.Mutation 1.4.0
- Removed BuildSolution config value
- Updated Microsoft.CodeAnalysis to 3.4.0
- Changed from MsBuilderWorkspace to AdhocWorkspace for console
Testura.Mutation 1.3.0
- 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
- 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
- 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
Initial release for Testura.Mutation.
- A visual studio extension.
- A console application.