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
We use a FullIdentifier for multiple objects (ClassDeclaration, Interface, etc...). This field is the namespace + type + identifier (if any). We need to check if there's a way to get this from Roslyn, instead of us filling ourselves.
Solution idea(s)
Try to get from the roslyn semantic model
The text was updated successfully, but these errors were encountered:
Description
We use a FullIdentifier for multiple objects (ClassDeclaration, Interface, etc...). This field is the namespace + type + identifier (if any). We need to check if there's a way to get this from Roslyn, instead of us filling ourselves.
Solution idea(s)
Try to get from the roslyn semantic model
The text was updated successfully, but these errors were encountered: