-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mono.Cecil 0.10 support #182
Comments
The branch should be usable, save for debug (PDB/MDB) support, and more recent fixes (if any). |
Didn't look into it yet, but what's missing for PDB/MDB exactly? Isn't it automatically supported by Cecil? |
Update: found what needs to be done for PDB/MDB, investigating now. |
FYI, I have everything working in https://github.com/xen2/il-repack/tree/0.10 It currently needs https://github.com/xen2/cecil/tree/ilrepack (little bit temporary, until things get cleaned up and merged back in master) Specifically, jbevain/cecil#351 and jbevain/cecil#353 will allow full Native PDB support alongside Portable PDB. |
Side note: I had weird problem with Baml (it was removing all extra assembly info, including from non merged types. |
@xen2 your branch looks good, how are the symbols generated ? is it still native PDB or Portable ? |
It supports both of them. |
@gluck any chance of this being pulled in any time soon? |
Any chance we could integrate cecil 0.10 on master? Looks like 0.10 was released as stable and 0.10.1 was already released Thanks |
Any update on this? All bits for portable PDB support are added to Mono.Cecil. |
Just bumping this thread here as portable pdbs are now the defaults. |
Our master branch is now using the very latest Cecil. |
Thank you. |
Hi,
Just wanted to know what was the status of using Mono.Cecil 0.10 in il-repack. I see there is a 0.10 branch, but it is not clear if it is up-to-date.
Thanks!
The text was updated successfully, but these errors were encountered: