Update JetBrains - #1958
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
The proposed changes are up to standards, but a cross-correlation between configuration files indicates a consistency gap. While JetBrains.dotTrace.GlobalTools is updated in the dotnet-tools manifest, its corresponding entry is missing from Directory.Packages.props, unlike the other JetBrains tools included in this update. This omission should be corrected to ensure uniform package management across the repository.
Test suggestions
- Verify 'dotnet tool restore' successfully fetches the 2026.1.4 versions of the configured tools
- Verify that central package management (CPM) correctly propagates the 2026.1.4 version to projects referencing JetBrains.dotCover.CommandLineTools
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify 'dotnet tool restore' successfully fetches the 2026.1.4 versions of the configured tools
2. Verify that central package management (CPM) correctly propagates the 2026.1.4 version to projects referencing JetBrains.dotCover.CommandLineTools
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
| <PackageVersion Include="JetBrains.dotCover.CommandLineTools" Version="2026.1.3" /> | ||
| <PackageVersion Include="JetBrains.ReSharper.GlobalTools" Version="2026.1.3" /> | ||
| <PackageVersion Include="JetBrains.dotCover.CommandLineTools" Version="2026.1.4" /> | ||
| <PackageVersion Include="JetBrains.ReSharper.GlobalTools" Version="2026.1.4" /> |
There was a problem hiding this comment.
⚪ LOW RISK
Suggestion: The JetBrains.dotTrace.GlobalTools package is missing from this file. To maintain consistency with the other JetBrains tools updated in this PR, it should be included here.
| <PackageVersion Include="JetBrains.ReSharper.GlobalTools" Version="2026.1.4" /> | |
| <PackageVersion Include="JetBrains.dotTrace.GlobalTools" Version="2026.1.4" /> | |
| <PackageVersion Include="JetBrains.ReSharper.GlobalTools" Version="2026.1.4" /> |
SummarySummary
CoverageRocket.Surgery.DependencyInjection.Analyzers - 89%
Rocket.Surgery.DependencyInjection.Extensions - 74.1%
Rocket.Surgery.Extensions - 67.8%
Rocket.Surgery.Extensions.Binding - 64%
Rocket.Surgery.Extensions.Logging - 13.7%
Rocket.Surgery.Reactive.Extensions - 0%
Rocket.Surgery.Reflection.Extensions - 43.6%
TestAssembly - 0%
|
888a853 to
1fabddd
Compare
1fabddd to
2c79db7
Compare
2c79db7 to
928637f
Compare
This PR contains the following updates:
2026.1.3→2026.2.0.22026.1.3→2026.2.0.22026.1.3→2026.2.02026.1.3→2026.2.02026.1.3→2026.2.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.