Rosetta
Rosetta copied to clipboard
Cannot properly handle conditional compilation
When emitting for a file like:
#if VAR
[ScriptNamespace("MyNamespace")]
#endif
public class MyClass {
}
The generated output will miss the new namespace. However the referenced type will actually be correct as, there, we use the semantic model.
Need to verify that the work for #41 solved this issue.