Replace full namespace references with aliases
In the additional namespace imports I put "using Outlook = Microsoft....Outlook".
When I'm in a call that wants something of that namespace, replace the full entry with just the alias Outlook.
33
votes
anonymous
shared this idea
-
Joe Sytniak commented
Seems to be there already.... In namespaces form is
Outlook = Microsoft....Outlook
-
Anonymous commented
Have to second this currently unable to use the BCrypt library as it has a class name BCrypt.BCrypt and so cannot be used.
-
Anonymous commented
yeah that will be awesome