Skip to content

Releases: thomhurst/TUnit

1.61.15

Choose a tag to compare

@github-actions github-actions released this 19 Jul 12:41
ca3a49d

What's Changed

Other Changes

  • feat: Allow disabling the automatic html report upload to upload-artifacts@v7 by @Crashdummyy in #6447
  • fix: stop retrying artifact upload on non-retryable status codes by @thomhurst in #6449

Dependencies

New Contributors

Full Changelog: v1.61.0...v1.61.15

1.61.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 16:38
227dc81

What's Changed

Other Changes

  • docs: revamp README with feature showcase and auto-updating benchmarks by @thomhurst in #6430
  • docs: align docs homepage messaging with revamped README by @thomhurst in #6431
  • fix(engine): emit ECMA-335 metadata-format type names in TestMethodIdentifierProperty by @thomhurst in #6433
  • fix(benchmarks): make SetupTeardownTests JSON tests Native AOT compatible by @thomhurst in #6434
  • Organize repository into conventional .NET layout by @thomhurst in #6435

Dependencies

Full Changelog: v1.60.0...v1.61.0

1.60.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 00:35
27a6d77

What's Changed

Other Changes

  • feat: cross-process test report aggregation — merged HTML report + single GitHub summary by @thomhurst in #6415

Dependencies

  • chore(deps): update tunit to 1.59.0 by @thomhurst in #6398
  • chore(deps): update verify to 31.24.1 by @thomhurst in #6399
  • chore(deps): update microsoft.testing to 2.3.2 by @thomhurst in #6401
  • chore(deps): update mstest to 4.3.2 by @thomhurst in #6402
  • chore(deps): update actions/setup-node action to v7 by @thomhurst in #6403
  • chore(deps): update dependency microsoft.net.test.sdk to 18.8.0 by @thomhurst in #6404
  • chore(deps): update dependency microsoft.net.test.sdk to 18.8.1 by @thomhurst in #6405
  • chore(deps): update dependency fsharp.core to 10.1.302 by @thomhurst in #6406
  • chore(deps): update dependency microsoft.templateengine.authoring.cli to v10.0.302 by @thomhurst in #6407
  • chore(deps): update dependency microsoft.entityframeworkcore to 10.0.10 by @thomhurst in #6410
  • chore(deps): update dependency dotnet-sdk to v10.0.302 by @thomhurst in #6409
  • chore(deps): update dependency system.commandline to 2.0.10 by @thomhurst in #6412
  • chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to 10.0.302 by @thomhurst in #6411
  • chore(deps): update microsoft.aspnetcore to 10.0.10 by @thomhurst in #6413
  • chore(deps): update microsoft.extensions to 10.0.10 by @thomhurst in #6414
  • chore(deps): update microsoft.extensions to 10.8.0 by @thomhurst in #6416
  • chore(deps): update dependency polyfill to v11 by @thomhurst in #6417

Full Changelog: v1.59.0...v1.60.0

1.59.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 00:34
42b8430

What's Changed

Other Changes

  • Fix typed MethodDataSource provider instances by @thomhurst in #6378
  • Fix instance MethodDataSource isolation by @thomhurst in #6379
  • fix(mocks): CS9262 in generated mock members on VS 17.14 (Roslyn 4.14) by @thomhurst in #6392
  • Remove EqualTo alias documentation by @thomhurst in #6396
  • fix(aspnetcore): guard hosted-service stop against concurrent double Host.StopAsync by @thomhurst in #6397
  • Add single-item assertion chaining by @thomhurst in #6395
  • Improve test framework migrations by @thomhurst in #6381
  • Add -f/--framework support to TUnit template with .NET Framework handling by @thomhurst with @Copilot in #6262

Dependencies

  • chore(deps): update tunit to 1.58.0 by @thomhurst in #6351
  • chore(deps): update dependency tunit.core to 1.58.0 by @thomhurst in #6352
  • chore(deps): update dependency picomatch to v4.0.5 by @thomhurst in #6354
  • chore(deps): update dependency testcontainers.postgresql to 4.13.0 by @thomhurst in #6356
  • chore(deps): update dependency testcontainers.redis to 4.13.0 by @thomhurst in #6357
  • chore(deps): update dependency testcontainers.kafka to 4.13.0 by @thomhurst in #6355
  • chore(deps): update dependency gitversion.tool to v6.8.1 by @thomhurst in #6359
  • chore(deps): update dependency typescript to v7 by @thomhurst in #6372
  • chore(deps): update mstest to 4.3.0 by @thomhurst in #6374
  • chore(deps): update dependency messagepack to 3.1.8 by @thomhurst in #6376
  • chore(deps): update dependency opentelemetry.instrumentation.runtime to 1.16.0 by @thomhurst in #6380
  • chore(deps): update dependency vogen to 8.0.6 by @thomhurst in #6382
  • chore(deps): update dependency gitversion.tool to v6.8.2 by @thomhurst in #6384
  • chore(deps): update dependency npgsql.entityframeworkcore.postgresql to 10.0.3 by @thomhurst in #6385
  • chore(deps): update docusaurus to v3.10.2 by @thomhurst in #6386
  • chore(deps): update dependency stackexchange.redis to 3.0.17 by @thomhurst in #6387
  • chore(deps): update dependency dompurify to v3.4.12 by @thomhurst in #6389
  • chore(deps): update dependency svgo to v4.0.2 by @thomhurst in #6390
  • chore(deps): update dependency nsubstitute to v6 by @thomhurst in #6394
  • chore(deps): update verify to 31.24.0 by @thomhurst in #6367
  • chore(deps): update microsoft.testing by @thomhurst in #6369

Full Changelog: v1.58.0...v1.59.0

1.58.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 19:06

What's Changed

Other Changes

Dependencies

Full Changelog: v1.57.17...v1.58.0

1.57.17

Choose a tag to compare

@github-actions github-actions released this 01 Jul 15:00
97cd8c9

What's Changed

Other Changes

  • fix(engine): reset test cancellation token before After hooks on timeout path (#6339) by @thomhurst in #6340

Dependencies

Full Changelog: v1.57.14...v1.57.17

1.57.14

Choose a tag to compare

@github-actions github-actions released this 30 Jun 23:07
6d3597c

What's Changed

Other Changes

  • fix(engine): apply --treenode-filter to --list-tests by @thomhurst in #6334
  • feat(aspire): dump resource error logs on test failure + warn on missing telemetry wiring by @thomhurst in #6323

Dependencies

  • chore(deps): update dependency stackexchange.redis to 3.0.11 by @thomhurst in #6324
  • chore(deps): update tunit to 1.57.0 by @thomhurst in #6322
  • chore(deps): update dependency brace-expansion to v5.0.7 by @thomhurst in #6326
  • chore(deps): update dependency polyfill to 10.11.1 by @thomhurst in #6327
  • chore(deps): update dependency polyfill to 10.11.1 by @thomhurst in #6329
  • chore(deps): update dependency polyfill to 10.11.2 by @thomhurst in #6330
  • chore(deps): update dependency polyfill to 10.11.2 by @thomhurst in #6331
  • chore(deps): update dependency serialize-javascript to v7.0.7 by @thomhurst in #6333
  • chore(deps): update dependency gitversion.tool to v6.8.0 by @thomhurst in #6335

Full Changelog: v1.57.0...v1.57.14

1.57.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 13:18
e0061ab

What's Changed

Other Changes

Dependencies

  • chore(deps): update tunit to 1.56.35 by @thomhurst in #6306
  • chore(deps): update dependency stackexchange.redis to 3.0.7 by @thomhurst in #6307
  • chore(deps): update dependency opentelemetry.instrumentation.http to 1.16.0 by @thomhurst in #6308
  • chore(deps): update dependency opentelemetry.instrumentation.aspnetcore to 1.16.0 by @thomhurst in #6309
  • chore(deps): update dependency qs to v6.15.3 by @thomhurst in #6310
  • chore(deps): update dependency polyfill to 10.11.0 by @thomhurst in #6312
  • chore(deps): update dependency polyfill to 10.11.0 by @thomhurst in #6311
  • chore(deps): bump http-proxy-middleware from 2.0.9 to 2.0.10 in /docs by @dependabot[bot] in #6303

Full Changelog: v1.56.35...v1.57.0

1.56.35

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:23
740f8b1

What's Changed

Other Changes

  • feat(aspire): tear down Aspire on test-run abort via session cancellation token by @thomhurst in #6292

Dependencies

  • chore(deps): update tunit to 1.56.25 by @thomhurst in #6294
  • chore(deps): update dependency microsoft.visualstudio.threading.analyzers to v18 by @thomhurst in #6297
  • chore(deps): update dependency microsoft.net.test.sdk to 18.7.0 by @thomhurst in #6300
  • chore(deps): update dependency microsoft.playwright to 1.61.0 by @thomhurst in #6302
  • chore(deps): update actions/cache action to v6 by @thomhurst in #6301
  • chore(deps): update dependency azure.storage.blobs to 12.29.1 by @thomhurst in #6304

Full Changelog: v1.56.25...v1.56.35

1.56.25

Choose a tag to compare

@github-actions github-actions released this 22 Jun 00:54
0471ec6

What's Changed

Other Changes

  • feat(aspire): actionable diagnostics when resources fail to start by @thomhurst in #6293

Dependencies

Full Changelog: v1.56.18...v1.56.25