Skip to content
Merged
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
2 changes: 1 addition & 1 deletion dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-stryker": {
"version": "4.14.1",
"version": "4.14.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Pin dotnet-stryker to a published version

This manifest now asks dotnet tool restore to install dotnet-stryker 4.14.2, but the NuGet Gallery page for dotnet-stryker currently lists 4.14.1 as the latest published version and its version table has no 4.14.2 entry. In any CI or developer workflow that restores local tools from this manifest, restore will fail before Stryker can run; keep this at 4.14.1 until the dotnet-stryker package is actually published.

Useful? React with 👍 / 👎.

"commands": [
"dotnet-stryker"
],
Expand Down
Loading