andry-tino / Rosetta

Toolset for migrating your codebase from C# to TypeScript
http://antino-enlad.cloudapp.net:8080/job/Rosetta/
GNU General Public License v3.0
24 stars 9 forks source link

Bundle emit mscorelib types #18

Closed andry-tino closed 6 years ago

andry-tino commented 7 years ago

It is necessary to emit most commonly used types in mscorelib.dll like IDIsposable, object.

Suggested implementation

Using a resource file in C# which contains the definitions in mscorelib and is translated during definition emission process. The bundle will contain the final definitions.

andry-tino commented 6 years ago

This issue can be targeted by emitting loading the assembly and feeding it to the chain.