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

Cannot properly handle conditional compilation #40

Open
andry-tino opened this issue Mar 22, 2017 · 1 comment
Open

Cannot properly handle conditional compilation #40

andry-tino opened this issue Mar 22, 2017 · 1 comment

Comments

@andry-tino
Copy link
Owner

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
Copy link
Owner Author

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

@andry-tino andry-tino moved this from In progress to On hold or blocked in ScriptSharp definition generation Level-0 Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment