Skip to content

Use codegen engine alternate to Reflection.Emit #81

Open
@ForNeVeR

Description

@ForNeVeR

Reflection.Emit is as good start for a codegen engine, but it has its downsides: it requires us to load the assemblies referenced by the generated code in our own process, and not every valid assembly could be represented by Reflection.Emit (because of a sequential nature of its' type generation).

I think, we should use Mono.Cecil instead.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions