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.