Update JetBrains to 2026.2.1 - #3027
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 PR successfully updates several JetBrains tools and packages to version 2026.1.4 and is generally up to standards. However, a discrepancy was found in the central package management implementation: while the dotTrace tool was updated in the manifest, the corresponding package reference was omitted from Directory.Packages.props. Addressing this will ensure that tool versions remain synchronized across all configuration files. Automated quality checks from Codacy passed without identifying new issues.
Test suggestions
- Verify that 'dotnet tool restore' successfully downloads the tools at version 2026.1.4
- Verify that NuGet package restore succeeds for the updated JetBrains package versions
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that 'dotnet tool restore' successfully downloads the tools at version 2026.1.4
2. Verify that NuGet package restore succeeds for the updated JetBrains package versions
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.
🟡 MEDIUM RISK
Suggestion: The dottrace tool was updated in .config/dotnet-tools.json but the corresponding entry for JetBrains.dotTrace.GlobalTools is missing from Directory.Packages.props. This package should be added to the central package management file to maintain consistency with the dotCover and ReSharper tools.
Test Results760 tests ±0 756 ✅ ±0 4m 22s ⏱️ +14s Results for commit 882cd95. ± Comparison against base commit ff562fe. This pull request removes 7 and adds 7 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
SummarySummary
CoverageAnalyzers.Tests - 96.9%
AspNetCore.FluentValidation.OpenApi.Tests - 46%
AspNetCore.Tests - 23.8%
Extensions.Tests - 88.8%
Metadata.Tests - 28.6%
Rocket.Surgery.LaunchPad.Analyzers - 90.1%
Rocket.Surgery.LaunchPad.AspNetCore - 49.7%
Rocket.Surgery.LaunchPad.AspNetCore.FluentValidation.OpenApi - 62.3%
Rocket.Surgery.LaunchPad.AspNetCore.Testing - 47.2%
Rocket.Surgery.LaunchPad.EntityFramework - 29.3%
Rocket.Surgery.LaunchPad.Foundation - 43.3%
Rocket.Surgery.LaunchPad.Foundation.NewtonsoftJson - 64.4%
Rocket.Surgery.LaunchPad.Grpc - 41.1%
Rocket.Surgery.LaunchPad.Hosting - 48%
Rocket.Surgery.LaunchPad.Mapping - 38.3%
Rocket.Surgery.LaunchPad.Metadata - 49.7%
Rocket.Surgery.LaunchPad.Primitives - 71.6%
Rocket.Surgery.LaunchPad.Serilog - 60%
Rocket.Surgery.LaunchPad.Spatial - 59.3%
Rocket.Surgery.LaunchPad.Spatial.NewtonsoftJson - 37.2%
Rocket.Surgery.LaunchPad.StrawberryShake - 47.8%
Rocket.Surgery.LaunchPad.StrawberryShake.Spatial - 8.8%
Rocket.Surgery.LaunchPad.Telemetry - 20.8%
Rocket.Surgery.LaunchPad.Testing - 13.2%
Sample.BlazorServer - 5.2%
Sample.BlazorServer.Tests - 29%
Sample.BlazorWasm.Tests - 15.7%
Sample.Classic.Restful - 3.5%
Sample.Classic.Restful.Tests - 41%
Sample.Command.Tests - 16.3%
Sample.Core - 75.8%
Sample.Core.Tests - 55.3%
Sample.Graphql.Tests - 58.9%
Sample.Grpc - 73.2%
Sample.Grpc.Tests - 41.7%
Sample.Minimal - 16.2%
Sample.Minimal.Tests - 28%
Sample.Pages - 5.6%
Sample.Pages.Tests - 29.6%
Sample.Restful - 4%
Sample.Restful.Tests - 40%
Sample.Worker.Tests - 16.3%
|
7886113 to
ccbc42d
Compare
ccbc42d to
adcb421
Compare
adcb421 to
6c1ef71
Compare
6c1ef71 to
882cd95
Compare
This PR contains the following updates:
2026.1.3→2026.2.12026.1.3→2026.2.12026.1.3→2026.2.12026.1.3→2026.2.12026.1.3→2026.2.1Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.