[236] extern alias
When using extern alias to reference an exe, extern alias and :: is not
handled correctly.
I receive the warning.
Cannot resolve symbol ' my aliased assembly '
Optimize Usings moves extern alias below the using statements to incorrect
part of document.
Reformat document removes instances of the alias
ex. MyAlias::Widget is changed to Widget
Please sign in to leave a comment.