Skip to content
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

Replace Mono.Cecil with System.Reflection.Metadata #1030

Merged
merged 296 commits into from
Jul 15, 2018
Merged

Replace Mono.Cecil with System.Reflection.Metadata #1030

merged 296 commits into from
Jul 15, 2018

Conversation

siegfriedpammer
Copy link
Member

@siegfriedpammer siegfriedpammer commented Jan 15, 2018

  • Replace CecilLoader with MetadataLoader
  • Rewrite ILReader to use SRM
  • Port ReflectionDisassembler to SRM
  • Port CSharpDecompiler to SRM
  • Other transforms
  • AsyncAwaitDecompiler
  • YieldReturnDecompiler
  • RequiredNamespacesCollector
  • Fix Unit Tests
  • Activate Unit Tests
  • Decide on whether to replace SRM uses with the type system
  • Reimplement Analyzers
  • Remove a bunch of dead code
  • Check roundtrip code quality
  • Disassemble GAC and compare

siegfriedpammer and others added 26 commits July 13, 2018 14:45
While support for multi-module assemblies isn't fully working yet; it is clear at this point that we want
to treat each module in a multi-module assembly separately for the purposes of the type system.
The old version had a bug that caused tests to fail when the last method in a test file was surrounded by #if/#endif.
@dgrunwald dgrunwald changed the title WIP: Replace Mono.Cecil with System.Reflection.Metadata Replace Mono.Cecil with System.Reflection.Metadata Jul 15, 2018
@dgrunwald dgrunwald merged commit 61f4bb4 into master Jul 15, 2018
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.

None yet

2 participants