Skip to content

chore: use Mono.Cecil 0.11.6 - #1066

Open
jonpryor wants to merge 1 commit into
mainfrom
dev/jonpryor/jonp-bump-Mono.Cecil@0.11.6
Open

chore: use Mono.Cecil 0.11.6#1066
jonpryor wants to merge 1 commit into
mainfrom
dev/jonpryor/jonp-bump-Mono.Cecil@0.11.6

Conversation

@jonpryor

Copy link
Copy Markdown

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:

  • 🏗️ Build or CI related changes

What is the current behavior? 🤔

What is the new behavior? 🚀

PR Checklist ✅

Please check if your PR fulfills the following requirements:

Other information ℹ️

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
jonpryor requested review from carldebilly and a lite review from Copilot and removed request for Copilot August 13, 2026 11:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.Core Mono.Cecil reference from 0.11.3 to 0.11.6.
  • Bump Uno.Wasm.Bootstrap Mono.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>
@github-actions

Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://white-river-0087b630f-1066.eastus2.1.azurestaticapps.net

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants