Comparing v1.55.0...v1.55.2 · thomhurst/TUnit (original) (raw)

Commits on Jun 14, 2026

  1. Configuration menu
    Browse the repository at this point in the history
  2. fix(aspire): publish TUnit.Aspire.Core package (#6246) (#6247)
    PR #6243 split TUnit.Aspire.Core out and made the TUnit.Aspire
    metapackage depend on it, but TUnit.Aspire.Core was never added to
    GetPackageProjectsModule's pack/push allowlist. So TUnit.Aspire 1.55.0
    shipped a dependency on a package that was never published, breaking
    restore.
    Add TUnit_Aspire_Core to the list, mirroring the TUnit.AspNetCore /
    TUnit.AspNetCore.Core split which lists both.
    @thomhurst
    Configuration menu
    Browse the repository at this point in the history