Replies: 1 comment
-
@MadsTorgersen Should this move to the dotnet/csharpstandard repo? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@pdelvo commented on Sat May 23 2015
Consider this code:
Both files have to be in different projects. When you try to compile it in VS or with msbuild, csc will just return error code 1. The problem is the using Assembly2 in the first file. The namespace Assembly2 is empty.
@gafter commented on Tue May 26 2015
@MadsTorgersen What does the language spec say about the existence of
Assembly2
? The compilers currently consider an imported namespace to exist only when it is nonempty.Beta Was this translation helpful? Give feedback.
All reactions