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
Renaming a C# folder does a full update as part of the ProjectRenamed event, but then OnAfterAttributeChangeEx is called once per file in that folder (and it's recursive!). Find a way to inhibit the latter, or just don't process ProjectRenamed.
Renaming a C# folder does a full update as part of the
ProjectRenamedevent, but thenOnAfterAttributeChangeExis called once per file in that folder (and it's recursive!). Find a way to inhibit the latter, or just don't processProjectRenamed.