Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"rollForward": false
},
"jetbrains.resharper.globaltools": {
"version": "2026.1.3",
"version": "2026.1.4",
"commands": ["jb"],
"rollForward": false
},
"jetbrains.dotcover.commandlinetools": {
"version": "2026.1.3",
"version": "2026.1.4",
"commands": ["dotCover"],
"rollForward": false
},
"jetbrains.dottrace.globaltools": {
"version": "2026.1.3",
"version": "2026.1.4",
"commands": ["dottrace"],
"rollForward": false
},
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</ItemGroup>
<ItemGroup>
<PackageVersion Include="JetBrains.Annotations.Sources" Version="2026.2.0" />
<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" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚪ 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.

Suggested change
<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" />

<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Features" Version="5.3.0" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.5.2" />
Expand Down
Loading