Unused field not reported in Roslyn build #76729
Labels
Area-Analyzers
Feature - IDE0052
Remove unread private members
untriaged
Issues and PRs which have not yet been triaged by a lead
Version Used: b7e891b
Not sure if this is infra or analyzer issue, but I would expect this unused field to generate IDE0052 warning during CI builds:
roslyn/src/Workspaces/Core/Portable/Workspace/ProjectSystem/ProjectSystemProject.cs
Line 32 in b7e891b
The IDE0052 warning is reported in IDE (both VS and VSCode) but not during builds.
Btw, this field reports the warning during builds if suppressions around it are removed:
roslyn/src/Workspaces/Core/Portable/FindSymbols/FindReferences/FindReferenceCache.cs
Line 63 in b7e891b
The text was updated successfully, but these errors were encountered: