Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rationalize how to compare namespaces across razor/roslyn #11168

Open
ryzngard opened this issue Nov 6, 2024 · 0 comments
Open

Rationalize how to compare namespaces across razor/roslyn #11168

ryzngard opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ryzngard
Copy link
Contributor

ryzngard commented Nov 6, 2024

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.

@ryzngard ryzngard self-assigned this Nov 6, 2024
@ryzngard ryzngard added bug Something isn't working and removed untriaged labels Nov 6, 2024
@ryzngard ryzngard added this to the 17.13 P2 milestone Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant