Please reopen #18043
Please reopen #18043. Though the handling of global:: has improved, it
is still not completely correct.
When you create a Resource file in Visual Studio 2005, the code behind
looks like this:
namespace Foo {
using System;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder",
"2.0.0.0")]
internal class MyResource{
...
}
All occurrences of "global::" are underlined and the error hint says:
"Type or namespace expected, but name found".
Thanks, Sven
Please sign in to leave a comment.