Update Nice3point.TUnit.Revit#68
Merged
Merged
Conversation
There was a problem hiding this comment.
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.Revitfor 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.
| <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'"/> |
| <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'"/> |
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.