Skip to content

Version 13

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 20:30
v13

This introduces a set of new features and changes

  • Update to .NET 6, which is now the minimum version required to use
    the test runner

  • Support for traits, which can be defined at test-execution time, and
    we can configure tests to be skipped on certain traits

  • Test log files are written as tests are being run

  • The test runner no longer injects the source-build's NuGet.config into
    all tests

  • Show test times even when the runner's output is redirected