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
The code analyzer is only able to correct the spelling on single part namespaces (e.g., namespace SinglePartNamespace) or the last part of multi-part namespaces (e.g., namespace FirstPart.MiddlePart.LastPart). For parts prior to the last part, allowing it to correct the misspelling will always apply the change to the last part of the namespace, not the actual misspelled part.
This appears to be a limitation with symbol renaming and I was unable to find a workaround. If anybody knows more about how this could be made to work, I would appreciate the help as I haven't been able to figure out a solution.
The text was updated successfully, but these errors were encountered:
The code analyzer is only able to correct the spelling on single part namespaces (e.g., namespace SinglePartNamespace) or the last part of multi-part namespaces (e.g., namespace FirstPart.MiddlePart.LastPart). For parts prior to the last part, allowing it to correct the misspelling will always apply the change to the last part of the namespace, not the actual misspelled part.
This appears to be a limitation with symbol renaming and I was unable to find a workaround. If anybody knows more about how this could be made to work, I would appreciate the help as I haven't been able to figure out a solution.
The text was updated successfully, but these errors were encountered: