You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#1225: Guard IsOutAttribute/IsExtensionAttribute against cross-tree attributes
When a parameter is defined in an external assembly or different source
file, its AttributeSyntax nodes belong to a different syntax tree than
the current semantic model. Calling SemanticModel.GetTypeInfo on such
nodes throws "Node is not within syntax tree". Fall back to a name-based
check when the attribute's syntax tree differs from the model's tree.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX
0 commit comments