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

Global using list missing using aliased global usings #76569

Open
vsfeedback opened this issue Dec 26, 2024 · 0 comments
Open

Global using list missing using aliased global usings #76569

vsfeedback opened this issue Dec 26, 2024 · 0 comments
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


[severity:It's more difficult to complete my work]
Global usings with aliases do not show up in global using list

<ItemGroup>
	<Using Remove="System.Net.Http"/>
	<Using Include="NodaTime" Alias="MyTime"/>
</ItemGroup>

<ItemGroup>
		<PackageReference Include="NodaTime" Version="3.2.0" />
	</ItemGroup>

Save and build. Confirm that your alias is available (attach 1)

Click the glyph. MyTime is missing (attach 2)

I initially thought this was just via the project file, but further experimentation shows it also occurs with aliases in a global using in the project.

I really enjoy how excited folks get in talks when I show them this glyph. However, I also show that they can use aliases in project files, so this bug shows up. Please fix.


Original Comments

Feedback Bot on 11/24/2024, 08:43 PM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

No branches or pull requests

1 participant