dotnet/roslyn

Task List filtering for current project doesn't work as expected

Opened this issue · 2 comments

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


Since this issue for C# is basically the same issue as this (https://developercommunity.visualstudio.com/t/Task-List-for-Current-Project-is-alway/1068763?ref=native&refTime=1718183744598&refUserId=018decc6-85a1-465f-9cba-e40d2023bd85) but for C++, I have just copied the same problem description.

Task List for “Current Project” is always empty for files in multiple projects.
All the other selections (“Entire Project”, “Open documents” etc.) work.
It seems that the reason is that the file is also used in other projects (the current project and other projects).
If I change the project with files that are not in multiple projects, it works.

See attached image for an example.

Please fix this issue.


Original Comments

Feedback Bot on 6/13/2024, 00:16 AM:

(private comment, text removed)


Original Solutions

(no solutions)

Feels like a vs-platform issue, reached out to @olegtk for verification

olegtk commented

According to Kayle Roslyn is not providing correct project guid when reporting task list items.