Skip to content

2.27.0

Choose a tag to compare

@thomhurst thomhurst released this 08 Feb 14:47
· 1928 commits to main since this release
54bbe3f
  • Improved JSON deserialization of modules by including Assembly information within the TypeDescriminator field

Breaking

  • context.Dotnet().Test now returns a CommandResult. Previously it would try to log results to a .trx file and parse them out, however different test frameworks use different formats and values for these trx files. So logging to a trx file and parsing it into a strong type model is now left to the user if they wish to do so. The Test command will still throw an error (and therefore fail your module) if tests fail.