Update Nice3point.TUnit.Revit#65
Open
Nice3point wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the centrally-managed NuGet package versions for Nice3point.TUnit.Revit across supported Revit versions (2021–2027) via Directory.Packages.props, keeping the test harness in sync with upstream patch releases.
Changes:
- Bump
Nice3point.TUnit.Revitfor Revit 2021–2026 from*.1.0→*.1.1. - Bump
Nice3point.TUnit.Revitfor Revit 2027 from2027.0.0→2027.0.1.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <PackageVersion Update="Nice3point.TUnit.Revit" Version="2024.1.1" Condition="$(RevitVersion) == '2024'"/> | ||
| <PackageVersion Update="Nice3point.TUnit.Revit" Version="2025.1.1" Condition="$(RevitVersion) == '2025'"/> | ||
| <PackageVersion Update="Nice3point.TUnit.Revit" Version="2026.1.1" Condition="$(RevitVersion) == '2026'"/> | ||
| <PackageVersion Update="Nice3point.TUnit.Revit" Version="2027.0.1" Condition="$(RevitVersion) == '2027'"/> |
Comment on lines
+30
to
+32
| <PackageVersion Update="Nice3point.TUnit.Revit" Version="2025.1.1" Condition="$(RevitVersion) == '2025'"/> | ||
| <PackageVersion Update="Nice3point.TUnit.Revit" Version="2026.1.1" Condition="$(RevitVersion) == '2026'"/> | ||
| <PackageVersion Update="Nice3point.TUnit.Revit" Version="2027.0.1" Condition="$(RevitVersion) == '2027'"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2021.1.0→2021.1.12022.1.0→2022.1.12023.1.0→2023.1.12024.1.0→2024.1.12025.1.0→2025.1.12026.1.0→2026.1.12027.0.0→2027.0.1Release Notes
Nice3point/RevitUnit (Nice3point.TUnit.Revit)
v2027.0.1Compare Source
Updated TUnit to 1.44
Reworked
RevitThreadExecutor, fixing crashes and thread-affinity issuesTUnit 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:
After:
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.
This PR has been generated by Renovate Bot.