You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #11146 some tests were adding in cases for @using Goo = Bar and it's noted that there are two ways to get a namespace off a directive: a Namespace and a ParsedNamespace. Unfortunately, neither string accurately represents Goo = Bar in this case. The former is Goo = Bar and the latter is Goo=Bar.
This will need to correctly be handled for cases where these namespaces to be removed. I don't see this as too much of a blocking issue as of yet so I'm filing a follow up issue.
The text was updated successfully, but these errors were encountered:
In #11146 some tests were adding in cases for
@using Goo = Bar
and it's noted that there are two ways to get a namespace off a directive: aNamespace
and aParsedNamespace
. Unfortunately, neither string accurately representsGoo = Bar
in this case. The former isGoo = Bar
and the latter isGoo=Bar
.This will need to correctly be handled for cases where these namespaces to be removed. I don't see this as too much of a blocking issue as of yet so I'm filing a follow up issue.
The text was updated successfully, but these errors were encountered: