Skip to content

Releases: Testura/Testura.Mutation

Testura.Mutation 1.11.0 & Testura.Mutation.Console v1.8.3

13 Apr 21:25
ca2785d
Compare
Choose a tag to compare

Testura.Mutation

  • Added a new button to save report
  • Fixed null reference exception when saving statistics report
  • Fixed embedded resource path

Testura.Mutation.Console

  • Fixed null reference exception when saving statistics report
  • Fixed embedded resource path

Testura.Mutation.Console 1.8.2

10 Apr 06:16
d474c53
Compare
Choose a tag to compare
  • Fixed problem with running xunit tests #60

Testura.Mutation.Console 1.8.1

04 Apr 20:26
8f4a6d8
Compare
Choose a tag to compare
  • Fixed error handling in console application

Testura.Mutation 1.10.0

25 Mar 19:36
bfec786
Compare
Choose a tag to compare
  • Added statistic report.
  • Added head and sub category to all mutations.
  • Changed mutation that convert method call to empty statement to instead convert it to multiline comment.
  • Fixed so we clear mutation explorer window when clearing solution.
  • Fixed problem when memory appender sometimes is null.
  • Fixed embedded resources when default namespace is different than assembly name.

Testura.Mutation.Console 1.8.0

25 Mar 19:33
bfec786
Compare
Choose a tag to compare
  • Added statistic report
  • Added head and sub category to all mutations
  • Changed mutation that convert method call to empty statement to instead convert it to multiline comment

Testura.Mutation.Console 1.7.1

24 Mar 07:38
f0f0d73
Compare
Choose a tag to compare
  • Fixed so we use root namespace (if it exist) instead of assembly name when creating ResourceDescription for embedded resources. #53

Testura.Mutation.Console 1.7.0

22 Mar 19:52
931a7aa
Compare
Choose a tag to compare
  • Removed target framework from config
  • Removed GIT clone information from config
  • Fixed embedded resources for .NET Standard and .NET Core #53
  • Fixed so we read .resx files correctly from embedded resources #53

Testura.Mutation 1.9.0

12 Mar 11:24
b3ba1d4
Compare
Choose a tag to compare
  • You can now run selected mutations by right clicking in the mutation explorer
  • You can now refresh mutations in the mutation explorer
  • It will now warn you if you try to run mutations in a file that you have modified
  • Changed config to a dialog instead of a tool window
  • Removed quick info (in the editor)
  • Moved glyphs to the lower layer (in the editor)
  • Fixed "show highlight" checkbox
  • Fixed so we update highlights after clicking the "Show only surviving mutations" button

Testura.Mutation 1.8.0

08 Mar 21:15
737ebc4
Compare
Choose a tag to compare
  • Improved the VS extension UI (to make it more like the test explorer window)
  • You can now chose to only run mutations that survived (VS extension)
  • You can now remove all killed mutations from the mutation explorer list.
  • You can now open the mutation details window from the mutation explorer.

Testura.Mutation 1.7.0

02 Mar 12:46
0ba55e0
Compare
Choose a tag to compare
  • Fixed highlights when editing code
  • Fixed problem with very long paths
  • Added margin glyphs for mutation details (in VS extension)