Closed
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the centrally-managed NuGet package versions for Nice3point.TUnit.Revit across supported Revit versions, aligning the repo’s test/runtime dependencies with the latest preview releases from Nice3point/RevitUnit.
Changes:
- Bump
Nice3point.TUnit.Revitpinned versions for Revit 2021–2027 frompreview.2.20260203topreview.3.20260322. - Keep conditional pinning based on
$(RevitVersion)inDirectory.Packages.props.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <PackageVersion Update="Nice3point.TUnit.Revit" Version="2026.1.0-preview.3.20260322" Condition="$(RevitVersion) == '2026'"/> | ||
| <PackageVersion Update="Nice3point.TUnit.Revit" Version="2027.0.0-preview.3.20260322" Condition="$(RevitVersion) == '2027'"/> | ||
|
|
||
| <!-- TUnit pinned versions --> |
There was a problem hiding this comment.
The comment <!-- TUnit pinned versions --> appears again above the Nice3point.BenchmarkDotNet.Revit pinned versions. This is misleading; consider renaming the second comment to reflect BenchmarkDotNet (or the correct section name) to avoid confusion when updating versions later.
Suggested change
| <!-- TUnit pinned versions --> | |
| <!-- BenchmarkDotNet pinned versions --> |
134ecf0 to
3d21e64
Compare
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-preview.2.20260203→2021.1.0-preview.4.202603222022.1.0-preview.2.20260203→2022.1.0-preview.4.202603222023.1.0-preview.2.20260203→2023.1.0-preview.4.202603222024.1.0-preview.2.20260203→2024.1.0-preview.4.202603222025.1.0-preview.2.20260203→2025.1.0-preview.4.202603222026.1.0-preview.2.20260203→2026.1.0-preview.4.202603222027.0.0-preview.2.20260203→2027.0.0-preview.4.20260322Release Notes
Nice3point/RevitUnit (Nice3point.TUnit.Revit)
v2027.0.0-preview.4.20260322Compare Source
This release adds support for Revit 2027, testing for different languages and custom Revit installation path.
Localization support
TUnit initializes Revit with the
English - United Stateslanguage. To override these defaults, use assembly-level attributes:Add the attributes to any .cs file in your project (e.g., TestsConfiguration.cs):
Add the attributes directly to your .csproj file:
The
RevitLanguageattribute accepts a language name (e.g., "English - United States"), code (e.g., "ENU")or LanguageType enum value (e.g., "English_GB" or "15").
Custom Revit installation path
TUnit initializes Revit from
C:\Program Files\Autodesk\Revit {version}installation path. To override these defaults, use assembly-level attributes:Add the attributes to any .cs file in your project (e.g., TestsConfiguration.cs):
Add the attributes directly to your .csproj file:
Enhancements
Full changelog: Nice3point/RevitUnit@2027.0.0-preview.3.20260322...2027.0.0-preview.4.20260322
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.