Use the same Mono.Cecil version everywhere (0.11.6). - #26460
Conversation
There was a problem hiding this comment.
Pull request overview
Updates project files to consistently reference the repository-wide Mono.Cecil package version (0.11.6) via $(MonoCecilPackageVersion) (defined in Directory.Build.props), removing remaining per-project version pinning.
Changes:
- Replaced hard-coded
Mono.Cecilversions (0.11.4/0.11.5) with$(MonoCecilPackageVersion)in affected projects. - Aligns Mono.Cecil usage across tools, src, and tests with the centralized version management approach.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/api-tools/mono-api-info/mono-api-info.csproj | Switch Mono.Cecil reference to $(MonoCecilPackageVersion) instead of a fixed version. |
| tests/rgen/Microsoft.Macios.Transformer.Tests/Microsoft.Macios.Transformer.Tests.csproj | Switch Mono.Cecil reference to $(MonoCecilPackageVersion) for test project consistency. |
| src/rgen/Microsoft.Macios.Transformer/Microsoft.Macios.Transformer.csproj | Switch Mono.Cecil reference to $(MonoCecilPackageVersion) for runtime/tooling consistency. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
🔥 [CI Build #49f43a2] Test results 🔥Test results❌ Tests failed on VSTS: test results 1 tests crashed, 0 tests failed, 200 tests passed. Failures❌ Tests on macOS Ventura (13) tests🔥 Failed catastrophically on VSTS: test results - mac_ventura (no summary found). Html Report (VSDrops) Download Successes✅ assembly-processing: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
No description provided.