codeformatter icon indicating copy to clipboard operation
codeformatter copied to clipboard

CodeFormatter should remove unnecessary "global::" qualifiers

Open bartonjs opened this issue 10 years ago • 0 comments

Many of the files not yet moved from closed source to open in corefx have "using global::System;". Aside from "using System" being usually redundant due to the contained namespace chain, the global prefix is something we're manually removing before publishing to github.

bartonjs avatar May 14 '15 14:05 bartonjs