Use types of same name & namespace in 2 .NET assemblies

前端 未结 2 830
夕颜
夕颜 2020-12-20 12:38

Out of curiosity, I\'ve created 2 assemblies which both have a class (Class1) with the exact same namespace (Library1). I then create another clie

2条回答
  •  遥遥无期
    2020-12-20 13:17

    It happens in practice and is a real pain, the external alias can't always solve the problem. Here's one example of where it's an issue Duplicate Namepsaces.

提交回复
热议问题