Rosetta icon indicating copy to clipboard operation
Rosetta copied to clipboard

Cannot properly handle conditional compilation

Open andry-tino opened this issue 7 years ago • 1 comments

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.

andry-tino avatar Mar 22 '17 08:03 andry-tino

Need to verify that the work for #41 solved this issue.

andry-tino avatar Jun 19 '17 05:06 andry-tino