chore: use Mono.Cecil 0.11.6 - #1066
Open
jonpryor wants to merge 1 commit into
Open
Conversation
Context: unoplatform/uno#24050 In some scenarios, Mono.Cecil will corrupt a `.pdb`; see unoplatform/uno#24050 for details. Bump to Mono.Cecil 0.11.6, which fixes this issue.
jonpryor
requested review from
carldebilly
and
a lite review from Copilot
and removed request for
Copilot
August 13, 2026 11:05
There was a problem hiding this comment.
Pull request overview
Updates this repo’s Mono.Cecil dependency to 0.11.6 to pick up upstream fixes for PDB corruption scenarios (referenced from unoplatform/uno#24050).
Changes:
- Bump
Uno.Wasm.VersionChecker.CoreMono.Cecil reference from 0.11.3 to 0.11.6. - Bump
Uno.Wasm.BootstrapMono.Cecil reference to 0.11.6 and centralize the version in an MSBuild property used by both the package reference and the packed DLL paths.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Uno.Wasm.VersionChecker.Core/Uno.Wasm.VersionChecker.Core.csproj | Updates Mono.Cecil package version to 0.11.6. |
| src/Uno.Wasm.Bootstrap/Uno.Wasm.Bootstrap.csproj | Introduces _MonoCecilPackageVersion (0.11.6) and reuses it for the package reference and mono.cecil DLL include paths. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
| <Nullable>enable</Nullable> | ||
| <TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
| <IsPublishable>false</IsPublishable> | ||
| <_MonoCecilPackageVersion>0.11.6</_MonoCecilPackageVersion> |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://white-river-0087b630f-1066.eastus2.1.azurestaticapps.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context: unoplatform/uno#24050
In some scenarios, Mono.Cecil will corrupt a
.pdb; see unoplatform/uno#24050 for details.Bump to Mono.Cecil 0.11.6, which fixes this issue.
PR Type:
What is the current behavior? 🤔
What is the new behavior? 🚀
PR Checklist ✅
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.Other information ℹ️