Bump ilspycmd from 9.1.0.7988 to 10.1.1.8388#77
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b77818c. Configure here.
| }, | ||
| "ilspycmd": { | ||
| "version": "9.1.0.7988", | ||
| "version": "10.1.1.8388", |
There was a problem hiding this comment.
Tool needs unavailable .NET runtime
Medium Severity
Bumping ilspycmd to 10.1.1.8388 requires the .NET 10 runtime, but this repo pins the SDK to 9.0 via global.json, installs only dotnet-sdk-9.0 in the DevContainer, and restores tools on CI with that same SDK. After restore, ilspycmd fails to run in the project's standard environments; 9.x targeted .NET 8 and worked with the current .NET 9 setup.
Reviewed by Cursor Bugbot for commit b77818c. Configure here.
|
@dependabot recreate |
--- updated-dependencies: - dependency-name: ilspycmd dependency-version: 10.1.1.8388 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
b77818c to
4fa9f75
Compare


Updated ilspycmd from 9.1.0.7988 to 10.1.1.8388.
Release notes
Sourced from ilspycmd's releases.
No release notes found for this version range.
Commits viewable in compare view.
Note
Low Risk
Single-version bump of a dev-time ILSpy CLI tool with no application or CI wiring found in the repo.
Overview
Updates the ilspycmd local .NET tool pin in
.config/dotnet-tools.jsonfrom9.1.0.7988to10.1.1.8388(major version 9 → 10). No other repo files referenceilspycmd; this only affects environments that restore tools viadotnet tool restore.Reviewed by Cursor Bugbot for commit 4fa9f75. Bugbot is set up for automated code reviews on this repo. Configure here.