Skip to content

Update Nice3point.TUnit.Revit#68

Merged
Nice3point merged 1 commit into
developfrom
renovate/nice3point.tunit.revit
May 12, 2026
Merged

Update Nice3point.TUnit.Revit#68
Nice3point merged 1 commit into
developfrom
renovate/nice3point.tunit.revit

Conversation

@Nice3point
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Nice3point.TUnit.Revit nuget patch 2021.1.02021.1.1
Nice3point.TUnit.Revit nuget patch 2022.1.02022.1.1
Nice3point.TUnit.Revit nuget patch 2023.1.02023.1.1
Nice3point.TUnit.Revit nuget patch 2024.1.02024.1.1
Nice3point.TUnit.Revit nuget patch 2025.1.02025.1.1
Nice3point.TUnit.Revit nuget patch 2026.1.02026.1.1
Nice3point.TUnit.Revit nuget patch 2027.0.02027.0.1

Release Notes

Nice3point/RevitUnit (Nice3point.TUnit.Revit)

v2027.0.1

Compare Source

  • Updated TUnit to 1.44

  • Reworked RevitThreadExecutor, fixing crashes and thread-affinity issues

  • TUnit 1.33 changed the order in which test classes are initialised: instance field initialisers now run before the Revit session hook.
    Field initialisers that previously worked are no longer safe, because they load Revit API types before the application is injected.
    Rewrite them lazily c92b6b9 (comment).

    Before:

    private protected Dictionary<string, Document> Documents { get; } = [];

    After:

    private protected Dictionary<string, Document> Documents => field ??= new();

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copilot AI review requested due to automatic review settings May 12, 2026 03:27
@Nice3point Nice3point added the maintenance ⚙️ Some regular maintenance updates label May 12, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates centrally-managed NuGet package versions for Nice3point.TUnit.Revit across supported Revit versions in Directory.Packages.props, aligning the repo’s Revit test harness with the latest patch releases of RevitUnit.

Changes:

  • Bump Nice3point.TUnit.Revit for Revit 2021–2027 to the latest patch versions.
  • Keep per-$(RevitVersion) conditional package version mapping intact.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Directory.Packages.props
<PackageVersion Include="Nice3point.TUnit.Revit" Version="2024.1.1" Condition="$(RevitVersion) == '2024'"/>
<PackageVersion Include="Nice3point.TUnit.Revit" Version="2025.1.1" Condition="$(RevitVersion) == '2025'"/>
<PackageVersion Include="Nice3point.TUnit.Revit" Version="2026.1.1" Condition="$(RevitVersion) == '2026'"/>
<PackageVersion Include="Nice3point.TUnit.Revit" Version="2027.0.1" Condition="$(RevitVersion) == '2027'"/>
Comment thread Directory.Packages.props
<PackageVersion Include="Nice3point.TUnit.Revit" Version="2024.1.1" Condition="$(RevitVersion) == '2024'"/>
<PackageVersion Include="Nice3point.TUnit.Revit" Version="2025.1.1" Condition="$(RevitVersion) == '2025'"/>
<PackageVersion Include="Nice3point.TUnit.Revit" Version="2026.1.1" Condition="$(RevitVersion) == '2026'"/>
<PackageVersion Include="Nice3point.TUnit.Revit" Version="2027.0.1" Condition="$(RevitVersion) == '2027'"/>
@Nice3point Nice3point merged commit 0d336b4 into develop May 12, 2026
5 checks passed
@Nice3point Nice3point deleted the renovate/nice3point.tunit.revit branch May 12, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance ⚙️ Some regular maintenance updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants