Closed
Conversation
There was a problem hiding this comment.
Pull request overview
Updates centrally-managed NuGet versions for Nice3point.BenchmarkDotNet.Revit across Revit 2021–2027, aligning the repo’s benchmark harness with the latest upstream preview packages.
Changes:
- Bump
Nice3point.BenchmarkDotNet.Revitpinned versions for Revit 2021–2027 from*-preview.2.20260203to*-preview.3.20260322. - Keep conditional version pinning per
$(RevitVersion)inDirectory.Packages.props.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -46,13 +46,13 @@ | |||
| <PackageVersion Update="Nice3point.TUnit.Revit" Version="2027.0.0-preview.2.20260203" Condition="$(RevitVersion) == '2027'"/> | |||
|
|
|||
| <!-- TUnit pinned versions --> | |||
There was a problem hiding this comment.
The XML comment above the Nice3point.BenchmarkDotNet.Revit pinned versions still says "TUnit pinned versions", which is misleading when scanning the file. Update this comment to reflect that the following entries are for BenchmarkDotNet.Revit.
Suggested change
| <!-- TUnit pinned versions --> | |
| <!-- BenchmarkDotNet.Revit pinned versions --> |
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.3.202603222022.1.0-preview.2.20260203→2022.1.0-preview.3.202603222023.1.0-preview.2.20260203→2023.1.0-preview.3.202603222024.1.0-preview.2.20260203→2024.1.0-preview.3.202603222025.1.0-preview.2.20260203→2025.1.0-preview.3.202603222026.1.0-preview.2.20260203→2026.1.0-preview.3.202603222027.0.0-preview.2.20260203→2027.0.0-preview.3.20260322Release Notes
Nice3point/RevitBenchmark (Nice3point.BenchmarkDotNet.Revit)
v2027.0.0-preview.3.20260322This release adds support for Revit 2027, benchmarking for different languages and custom Revit installation path.
Localization support
BenchmarkDotNet 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., Program.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:
Breaking changes
OnSetup/OnCleanuprenamed toOnGlobalSetup/OnGlobalCleanupFull changelog: Nice3point/RevitBenchmark@2027.0.0-preview.2.20260203...2027.0.0-preview.3.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.