dotnet/roslyn
Intellisense: "using statement" suggestions are missing for Extension methods for .NET 4.8 Projects when referenced from .NET 6 Projects
开放
#59,757 创建于 2022年2月24日
Area-AnalyzersBugDeveloper Communityhelp wanted
仓库指标
- 星标
- (20,414 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
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.

Works for referenced .NET 6 Projects (GOOD)

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

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)