dotnet/roslyn

Intellisense: "using statement" suggestions are missing for Extension methods for .NET 4.8 Projects when referenced from .NET 6 Projects

Aberta

#59.757 aberto em 24 de fev. de 2022

 (9 comentários) (0 reação) (1 responsável)C# (4.257 forks)batch import
Area-AnalyzersBugDeveloper Communityhelp wanted

Métricas do repositório

Stars
 (20.414 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)

Description

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


[severity:It's more difficult to complete my work] I found an Intellisense bug that occurs when i reference (OLD) .NET 4.8 Projects from .NET 6 Projects.

Manually importing the Namespace works fine.

image

Works for referenced .NET 6 Projects (GOOD)

image

Doesn't work for referenced .NET 4.8 Projects (BAD)

image

The Example Project to reproduce the issue can be found here: https://github.com/CharlesPublic/BugIntellisense


Original Comments

Feedback Bot on 2/20/2022, 10:20 PM:

Feedback Bot on 2/23/2022, 03:23 PM:


Original Solutions

(no solutions)

Guia do colaborador